简体   繁体   English

是否值得在不同版本的Windows上测试相同版本的IE?

[英]Is it worth testing the same version of IE on different versions of Windows?

I'm putting together some virtual machines to test different browsers and I'm wondering if there is any compelling reason to be able to test the same version of IE on different versions of Windows. 我正在组装一些虚拟机来测试不同的浏览器,我想知道是否有任何令人信服的理由能够在不同版本的Windows上测试相同版本的IE。 (ie IE8 on XP and Vista) I'm mostly talking about testing CSS to make sure it "looks right" across browsers, but if there were major differences in JavaScript I would want to know that too. (即XP和Vista上的IE8)我主要讨论测试CSS以确保它在浏览器中“看起来正确”,但如果JavaScript存在重大差异,我也想知道。

Are different versions of IE "generally the same" on different versions of Windows? 在不同版本的Windows上,不同版本的IE“通常是否相同”? Thanks! 谢谢!

The time and cost of testing different versions of windows would be better spent in other places. 测试不同版本的窗口的时间和成本将更好地用于其他地方。 This would be one of the last things I would look at when looking for rendering issues. 这将是我在寻找渲染问题时会考虑的最后一件事。

I agree with both people who have answered previously, despite the fact that they disagree with one another. 我同意以前回答过的人,尽管他们彼此不同意。

In general, IE will act very largely the same across all versions of windows. 一般来说,IE在所有版本的Windows中都会起到很大的作用。 However, there can be (and are) some occassional subtle differences. 然而,可能存在(并且是)一些偶然的微妙差异。 Whether these are important are not is up to you. 这些是否重要并不取决于你。

For the great majority of websites, I wouldn't bother with it. 对于绝大多数网站,我都不会打扰它。 But for very precise web applications where you're using something like complex javascript, or if you require layout to be correct to the pixel for some reason, then it could be worth it. 但是对于非常精确的Web应用程序,如果您使用的是复杂的javascript,或者由于某些原因需要布局对像素是正确的,那么它可能是值得的。 I'm thinking of cases where people are generating os-type applications in JavaScript where the DOM is really being pushed around, and where exact layout and flawless event-handling is critical. 我正在考虑人们在JavaScript中生成os类型的应用程序的情况,其中DOM实际上被推动,并且确切的布局和完美的事件处理是至关重要的。

Yes, I am currently testing something out and have varying results between XP and Vista. 是的,我目前正在测试一些东西,并且在XP和Vista之间有不同的结果。

--assuming you already have both platforms. - 假设你已经拥有这两个平台。

No, I would stick to testing on the current (IE8) and previous (IE7), unless it is a requirement to support older versions. 不,我会坚持测试当前(IE8)和之前的(IE7),除非它是支持旧版本的要求。 These browsers should render the same across different versions of windows. 这些浏览器应该在不同版本的Windows中呈现相同的内容。

I personally dont bother with IE6, the sooner that is gone, the better 我个人不打扰IE6,越快越好,越好

I would think there would be very limited cases where you'll notice a difference in IE between Windows versions. 我认为在非常有限的情况下你会注意到Windows版本之间IE的差异。 One example where you would is a Google toolbar bug I've seen in IE6 that renders html forms unusable. 您将在IE6中看到的Google工具栏错误的一个例子,它使得html表单无法使用。 That bug seems to go away when you upgrade to IE8. 升级到IE8时,这个bug似乎消失了。 But that problem is more Google Toolbar than IE. 但问题是Google工具栏比IE更多。

Other differences you run into may be security or plug-in related. 您遇到的其他差异可能与安全性或插件有关。 But in the default IE configurations I don't think you'll see any differences in rendering. 但在默认的IE配置中,我认为你不会看到渲染方面的任何差异。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在同一台计算机上安装不同版本的IE - Install different versions of IE in same machine Windows Server 2012 上不同版本的 IE11 - Different versions of IE11 on Windows Server 2012 Geany 1.24:颜色选择器差异(相同的安装程序,不同的Windows版本) - Geany 1.24: Color Chooser differences (same installer, different Windows versions) Windows 7具有多个python版本,如何为不同版本安装相同的软件包? - Windows 7 with multiple python version, how to install the same package for different version? &符号(&s)和不同版本的Windows - Ampersands (&'s) and the different versions of Windows Python 查找不同的 Windows 版本 - Python find different Windows versions 在Windows的多个版本中测试.NET应用程序 - Testing .NET application throughout multiple Versions of Windows 将相同的Oracle JDK版本安装到Windows上的不同目录 - Install same Oracle JDK version to different directories on Windows 相同的IE版本从两台不同的计算机发送不同的用户代理值 - Same IE version sending different user agent values from two different machines 两个不同的Windows SDK版本可以在同一台机器上共存而不会发生冲突吗? - Can two different Windows SDK versions coexist on the same machine without conflict?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM