November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I am having the same problem, but ended up switching jQuery version for this particular admin plugin and writing some custom css. Does anyone know the reason for using the meta tag only in admin mode, apart from the strange behaviour mentioned by Aliakseij?
Using EPiServer v.9.0.3.0.
Regards
/Daniel
Hi guys,
We are in stuck with the following situation:
1. Standard EPiServer Admin UI uses IE=EmulateIE7 x-ua-compatible tag
2. All our plugins are using jquery 2+, which supports only IE9+
3. Trying to open them from EPiServer causes browser to go into IE7 mode and stop on script errors
4. Trying to change the X-UA-COMPATIBLE to IE=edge leads to broken UI as on the following screenshot: http://i.imgur.com/3GLrOej.png
5. Specifying X-UA-COMPATIBLE in plugin (which renders in IFRAME) will be overriden by the parent (page) value and it resets to IE=EmulateIE7 also.
What whould you suggest?
Thanks