You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Daniel Niklas (JIRA)" <de...@myfaces.apache.org> on 2012/12/12 10:59:21 UTC

[jira] [Created] (TRINIDAD-2348) HeadRenderer renders meta tags in wrong order for IE

Daniel Niklas created TRINIDAD-2348:
---------------------------------------

             Summary: HeadRenderer renders meta tags in wrong order for IE
                 Key: TRINIDAD-2348
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2348
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.0.1-core
            Reporter: Daniel Niklas
            Priority: Minor


Sometimes one have to put {{<meta http-equiv="X-UA-Compatible" content="IE=xxx" />}} into {{<head>}} to get a specific document mode in IE. (Details: http://msdn.microsoft.com/en-us/library/jj676915%28v=vs.85%29.aspx)

This tag *must* be rendered as *first element* (or directly after the title element). This is _not_ possible, because the HeadRenderer renders generator-Tag as first meta-tag. This causes the wrong document mode in IE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira