[
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-M4)
Removing fix versions on things that were marked as fixVersion = (1.4.14 ||
1.5-M4), but also weren't fixed (marked "not a problem", "won't fix", etc) so
that they don't show up in release notes when in reality they weren't part of
the release.
> 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
>
> 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.