markwhoward
11 years agoGuide
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 ...
- 11 years ago
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.