[
https://issues.jboss.org/browse/RF-11416?page=com.atlassian.jira.plugin.s...
]
Brian Leathem updated RF-11416:
-------------------------------
Description:
As per the msdn instructions on:
http://msdn.microsoft.com/en-us/library/cc288325.aspx
{code}
<html>
<head>
<!-- Mimic Internet Explorer 8 -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" >
<title>My webpage</title>
</head>
<body>
<p>Content goes here.</p>
</body>
</html>
{code}
{quote}
specify IE=EmulateIE7. Specify IE=5, IE=7, IE=8, or IE=9 to select one of those
compatibility modes
{quote}
was:
As per the msdn instructions on:
http://msdn.microsoft.com/en-us/library/cc288325.aspx
{code}
<html>
<head>
<!-- Mimic Internet Explorer 7 -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" >
<title>My webpage</title>
</head>
<body>
<p>Content goes here.</p>
</body>
</html>
{code}
{quote}
specify IE=EmulateIE7. Specify IE=5, IE=7, IE=8, or IE=9 to select one of those
compatibility modes
{quote}
Showcase: force IE9 to use compatibility mode
---------------------------------------------
Key: RF-11416
URL:
https://issues.jboss.org/browse/RF-11416
Project: RichFaces
Issue Type: Task
Security Level: Public(Everyone can see)
Components: showcase
Affects Versions: 4.1.0.Milestone2
Reporter: Lukáš Fryč
Assignee: Brian Leathem
Priority: Critical
Fix For: 4.1.0.Milestone3
As per the msdn instructions on:
http://msdn.microsoft.com/en-us/library/cc288325.aspx
{code}
<html>
<head>
<!-- Mimic Internet Explorer 8 -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" >
<title>My webpage</title>
</head>
<body>
<p>Content goes here.</p>
</body>
</html>
{code}
{quote}
specify IE=EmulateIE7. Specify IE=5, IE=7, IE=8, or IE=9 to select one of those
compatibility modes
{quote}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira