[richfaces-issues] [JBoss JIRA] (RF-12019) Upstream mojarra issue requires IE9 to be in compatibility mode
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Wed Mar 7 19:47:41 EST 2012
[ https://issues.jboss.org/browse/RF-12019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674943#comment-12674943 ]
RH Bugzilla Integration commented on RF-12019:
----------------------------------------------
Rebecca Newton <rnewton at redhat.com> made a comment on [bug 800628|https://bugzilla.redhat.com/show_bug.cgi?id=800628]
Brian, is this bug closed (Fixed Issue) or open (Known Issue)? If this is the last we will ever hear about it, it should be a closed issue. If the solution to run in compatibility mode is a temporary workaround and a full fix will be found later, it should be a known issue.
And, is this the information the customer needs, to add the meta tag (taken from the included link)?:
Specifying Document Compatibility Modes
Document compatibility modes allow you to control the way Internet Explorer interprets and displays your webpage. To specify a specific document mode for your webpage, use the meta element to include an X-UA-Compatible header in your webpage. The following example specifies EmulateIE7 mode.
<html>
<head>
<!-- Mimic Internet Explorer 7 -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
<title>My webpage</title>
</head>
<body>
<p>Content goes here.</p>
</body>
</html>
Thanks!
> Upstream mojarra issue requires IE9 to be in compatibility mode
> ---------------------------------------------------------------
>
> Key: RF-12019
> URL: https://issues.jboss.org/browse/RF-12019
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: third-party
> Reporter: Brian Leathem
> Fix For: 4.3.0.Milestone1
>
>
> An upstream issue with mojarra ([JAVASERVERFACES-2063|http://java.net/jira/browse/JAVASERVERFACES-2063]) requires that IE9 be placed in compatibility mode.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list