X-UA-Compatible=IE=8 时 IE9 未切换到 IE8 模式

发布于 2024-11-03 00:03:19 字数 306 浏览 2 评论 0原文

在一个无法使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薄情伤 2024-11-10 00:03:19

IE 使用多个来源来确定是否切换到兼容模式:

  • MS 内部列表,其中包含要切换的站点
    在 CM
  • 设置中显示以显示 CM
  • 开发人员工具中的所有页面覆盖页面设置
  • ...

请参阅此 官方 MS 网站,“控制默认渲染”部分

there are several sources the IE uses to determine whether to switch to compatibility mode or not:

  • a MS internal list with sites to
    display in CM
  • setting to display ALL pages in CM
  • Developer Tools override page settings
  • ...

See this official ms site, section "Controlling DefaultRendering"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文