vavavr00m / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Some elements do not render correctly when using compatibility mode in IE8 and IE9 #234

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use IE8 or IE9 to access PWM and turn on compatibility mode.  The language 
selector wraps over to the left side of the screen.  Also, when a a user log's 
in, the Change Password button is obsfucated behind what looks like the header 
text.  Turning off compatibility mode corrects the problem.  This is in build 
1169.

Original issue reported on code.google.com by mweisb...@gmail.com on 2 Jul 2012 at 3:01

GoogleCodeExporter commented 9 years ago
I added this to the header.jsp fragment:

    <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7" />

And that took care of the problem.  Maybe this should be added to the 
header.jsp by default?

Original comment by mweisb...@gmail.com on 2 Jul 2012 at 3:29

GoogleCodeExporter commented 9 years ago
added to svn revision 428

Original comment by jrivard on 3 Jul 2012 at 1:44