You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2007/12/27 01:22:43 UTC

[jira] Created: (WICKET-1242) IE quirks mode

IE quirks mode
--------------

                 Key: WICKET-1242
                 URL: https://issues.apache.org/jira/browse/WICKET-1242
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.3.0-rc2
            Reporter: Juergen Donnerstag


on the one hand side we'd like to have (and some users even want the ability to enforce it - see jira issues) that all markup files have a xml declaration. On the other hand most current IE browser are not able to handle is properly and switch to quirks mode which has several drawbacks. A posible solutiion could be to 

a) change our default to getMarkupSettings().setStripXmlDeclarationFromOutput(true)

and 

b) check the doc type exists and proper html tag exists. 

Else log a big warning that output will force IE into quirks mode


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-1242) IE quirks mode

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Compagner updated WICKET-1242:
------------------------------------

    Fix Version/s: 1.5-M1
         Assignee: Juergen Donnerstag

> IE quirks mode
> --------------
>
>                 Key: WICKET-1242
>                 URL: https://issues.apache.org/jira/browse/WICKET-1242
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.0-rc2
>            Reporter: Juergen Donnerstag
>            Assignee: Juergen Donnerstag
>             Fix For: 1.5-M1
>
>
> on the one hand side we'd like to have (and some users even want the ability to enforce it - see jira issues) that all markup files have a xml declaration. On the other hand most current IE browser are not able to handle is properly and switch to quirks mode which has several drawbacks. A posible solutiion could be to 
> a) change our default to getMarkupSettings().setStripXmlDeclarationFromOutput(true)
> and 
> b) check the doc type exists and proper html tag exists. 
> Else log a big warning that output will force IE into quirks mode

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-1242) IE quirks mode

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-1242:
----------------------------------

    Fix Version/s: 1.5-M3
                       (was: 1.5-M2)

> IE quirks mode
> --------------
>
>                 Key: WICKET-1242
>                 URL: https://issues.apache.org/jira/browse/WICKET-1242
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.0-rc2
>            Reporter: Juergen Donnerstag
>            Assignee: Juergen Donnerstag
>             Fix For: 1.5-M3
>
>
> on the one hand side we'd like to have (and some users even want the ability to enforce it - see jira issues) that all markup files have a xml declaration. On the other hand most current IE browser are not able to handle is properly and switch to quirks mode which has several drawbacks. A posible solutiion could be to 
> a) change our default to getMarkupSettings().setStripXmlDeclarationFromOutput(true)
> and 
> b) check the doc type exists and proper html tag exists. 
> Else log a big warning that output will force IE into quirks mode

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-1242) IE quirks mode

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-1242:
----------------------------------

    Fix Version/s: 1.5-M2
                       (was: 1.5-M1)

> IE quirks mode
> --------------
>
>                 Key: WICKET-1242
>                 URL: https://issues.apache.org/jira/browse/WICKET-1242
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.0-rc2
>            Reporter: Juergen Donnerstag
>            Assignee: Juergen Donnerstag
>             Fix For: 1.5-M2
>
>
> on the one hand side we'd like to have (and some users even want the ability to enforce it - see jira issues) that all markup files have a xml declaration. On the other hand most current IE browser are not able to handle is properly and switch to quirks mode which has several drawbacks. A posible solutiion could be to 
> a) change our default to getMarkupSettings().setStripXmlDeclarationFromOutput(true)
> and 
> b) check the doc type exists and proper html tag exists. 
> Else log a big warning that output will force IE into quirks mode

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-1242) IE quirks mode

Posted by "Jeremy Thomerson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Thomerson updated WICKET-1242:
-------------------------------------

    Fix Version/s:     (was: 1.5-M3)
                   1.5-M4

> IE quirks mode
> --------------
>
>                 Key: WICKET-1242
>                 URL: https://issues.apache.org/jira/browse/WICKET-1242
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.0-rc2
>            Reporter: Juergen Donnerstag
>            Assignee: Juergen Donnerstag
>             Fix For: 1.5-M4
>
>
> on the one hand side we'd like to have (and some users even want the ability to enforce it - see jira issues) that all markup files have a xml declaration. On the other hand most current IE browser are not able to handle is properly and switch to quirks mode which has several drawbacks. A posible solutiion could be to 
> a) change our default to getMarkupSettings().setStripXmlDeclarationFromOutput(true)
> and 
> b) check the doc type exists and proper html tag exists. 
> Else log a big warning that output will force IE into quirks mode

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.