【发布时间】:2010-10-09 03:16:09
【问题描述】:
和其他人一样,我需要在 Internet Explorer 6 和 Internet Explorer 7 上测试我的代码。现在 Internet Explorer 8 为开发人员提供了一些很棒的工具,我想使用它们。我还想开始使用 Internet Explorer 8 测试我的代码,因为它很快就会发布。
问题是:如何在同一台机器上运行 Internet Explorer 6、Internet Explorer 7 和 Internet Explorer 8。到目前为止,对于 Internet Explorer 6 和 Internet Explorer 7,我一直在使用 Multiple IE。但是人们在安装 Internet Explorer 8 后报告了 Internet Explorer 6 的问题(参见上一句中链接的页面上的 cmets)。这些错误与表单字段中的焦点有关。运行 Internet Explorer 7 并不重要,因为 Internet Explorer 8 可以使用 Internet Explorer 7 渲染引擎,但我们仍然需要 Internet Explorer 6。
如何在同一台机器上运行 Internet Explorer 6、Internet Explorer 7 和 Internet Explorer 8?
【问题讨论】:
-
IE8 兼容性与 IE7 不同。我遇到过很多不同的案例。
-
@corymatthews,这是真的,但独立设备是真实的,可以并排安装。 IE8 普通版、IE7 独立版和 IE6 独立版。
-
请参阅meta.stackexchange.com/questions/9686/… 以获取“小”副本列表。
-
我认为只需将 IE 8 中的渲染引擎更改为早期版本就足以进行测试。
-
参见"IECollection":在许多版本的 Windows 操作系统下运行。但是“最好在 32 位版本的 Microsoft Windows XP Service Pack 3 下(无论是否在虚拟机中)”。因此最好安装一个 MS Windows XP SP3 虚拟机并在其中运行 IECollection。见coding.smashingmagazine.com/2011/09/02/…
标签: internet-explorer browser internet-explorer-8 internet-explorer-7 internet-explorer-6