Karel Piwko <kpiwko@redhat.com> made a comment on bug 800628

Technical note updated. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.

Diffed Contents:
@@ -1 +1,14 @@
-Previously, an upstream issue requires IE 9 to be run in compatibility mode. This issue is now fixed and Mojarra works as expected.+Previously, an upstream issue requires IE 9 to be run in compatibility mode. To run Internet Explorer 9 in compatibility mode, add a meta tag to your page like this:
+
+<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>
+
+See http://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx#SetMode.for more information.

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