X-UA-Compatible=IE=8 时 IE9 未切换到 IE8 模式
在一个无法使用 IE9 但在 IE8 模式下工作正常的网站上(使用开发人员工具进行测试)我添加了 到
部分。
然而,它仍然在 IE9 模式下呈现,并且 IE9 不兼容的 JavaScript(一个非常旧的 jQuery 版本和一个类似旧的 jquery ui 可拖/可放版本,我不能简单地升级,因为这里不重要的原因)不起作用。
您知道元标记不被遵守的原因是什么吗?根据开发工具,IE9 仍处于 IE9 模式。
On a website which breaks using IE9 but works fine if it's in IE8 mode (tested it with the developer tools) I've added <meta http-equiv="X-UA-Compatible" content="IE=8" />
to the <head>
section.
However, it still renders in IE9 mode and the IE9-incompatible JavaScripts (a very old jQuery version and a similarly old jquery ui draggable/droppable version which I can't simply upgrade for reasons that do not matter here) don't work.
Do you have any ideas what could be the reason for the meta tag not being honored? According to dev tools IE9 is still in IE9 mode.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
IE 使用多个来源来确定是否切换到兼容模式:
在 CM
请参阅此 官方 MS 网站,“控制默认渲染”部分
there are several sources the IE uses to determine whether to switch to compatibility mode or not:
display in CM
See this official ms site, section "Controlling DefaultRendering"