notAChance
notAChance

Reputation: 1430

Overriding masterpage <meta http-equiv="X-UA-Compatible" content="EmulateIE8"/> tag

I have a master page with this tag <meta http-equiv="X-UA-Compatible" content="EmulateIE8"/> . Problem is my screen within master page runs angularjs 1.4, and was developed for chrome. Now I'm told IE must also work. We run IE 11 but master page forces IE8 compatibility. Is there any way to OVERRIDE this (temporarily preferably)? when my screen (via wicket) is loaded?

simply placing <meta http-equiv="X-UA-Compatible" content="EmulateIE11"/> in my HTML has no effect, also tried a java filter applying this, but the master page seems to take precedent.

Any help desperately appreciated!

EDIT -

would this work in my master page:

<meta http-equiv="X-UA-Compatible" content="IE=8, IE=9, IE=10, IE=11" >

?

Upvotes: 2

Views: 1082

Answers (0)

Related Questions