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.