Disable Compatibility Mode in IE8/9
We are seeing serious issues that are impacting the usability of the site for users on IE8/9. We have tried to add this tag
<meta http-equiv="x-ua-compatible" content="IE=edge"/> however it has to be immediately after the head tag to work and when we insert it in the wrapper it is too low on the final page to have effect.
Is there a way that Lithium could add this tag or find some other way of fixing the issues related to Compatibility view?
Has anyone found another way to fix this apart from the meta tag?
Hi markwhoward,
One way we've approached this in the past is setting a header, for example:
${http.response.addHeader("X-UA-Compatible", "IE=edge")}
However, this method can only be used with the Page Initialization logic that Doug referenced here:
This feature still has not yet been rolled out, so you would need to contact Support to see if they can either enable the feature for you in advance of release, or make the change on your behalf.