[richfaces-issues] [JBoss JIRA] Updated: (RF-11416) Showcase: force IE9 to use compatibility mode

Brian Leathem (JIRA) jira-events at lists.jboss.org
Mon Oct 3 22:41:26 EDT 2011


     [ https://issues.jboss.org/browse/RF-11416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

       



More information about the richfaces-issues mailing list