Add doctype flag to trh:html and trh:document to allow switching doctype to
quirks mode
---------------------------------------------------------------------------------------
Key: TRINIDAD-658
URL: https://issues.apache.org/jira/browse/TRINIDAD-658
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.0.2-core
Reporter: Nate Perkins
Priority: Minor
Fix For: 1.0.3-core
At the moment, trh:html and trh:document add the standard doctype. If a user
desires to switch the doctype in a jspx, a jsp:output call is necessary which
outputs a doctype to the stream and breaks the AJAX-based PPR in 1.0.2.
Another side-effect of this is that the generated html has two doctypes. If
DEBUG_JAVASCRIPT flag is turned on and the page is viewed in IE6 this will
result in the page not being loaded with an unexpected doctype error.
The IE6 solution is to use the flag to decide whether or not to add a comment
directly before the doctype (which will cause it to not go into standard mode)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.