Closed (fixed)
Project:
AdaptiveTheme
Version:
7.x-3.1
Component:
CSS/HTML
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2013 at 21:57 UTC
Updated:
20 Mar 2013 at 21:40 UTC
From http://msdn.microsoft.com/en-us/library/jj676915(v=vs.85).aspx:
The X-UA-Compatible header isn't case sensitive; however, it must appear in the header of the webpage (the HEAD section) before all other elements except for the title element and other meta elements.
Currently it appears after, for example, <link rel="shortcut icon"> element.
In file at_core/inc/alter.inc change line 28 from '#weight' => 1, to '#weight' => -999,
Comments
Comment #1
Jeff Burnz commentedThis must be a regression, I was sure I did this ages ago after lengthy discussions with another user. Hmmm...
Note that this is acutally changing in the dev version, soon, rather than hardcoding for Edge support we will have a field, so you can add any document mode.
Comment #2
Jeff Burnz commentedI've pushed the fixes up to dev.