Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 293630

Ptevent Drupal being broken in Internet Explorer 8+

$
0
0

Under certain circumstances (eg intranet sites), IE8+ falls into "compatibility" mode. This breaks all kinds of CSS (eg menu bar) and makes it right impossible to use some JS stuff:
http://drupal.org/node/1991774
The fix is to include
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
right after the tag in html.tpl.php.
If it's inserted later, it might not work.
For background, please see:
http://stackoverflow.com/questions/6348959/how-to-disable-compatibility-...
and
http://msdn.microsoft.com/en-us/library/dd567845%28v=vs.85%29.aspx


Viewing all articles
Browse latest Browse all 293630

Trending Articles