Can I get away with testing sites using IE8 with IE7 compatibility on?

不羁岁月 提交于 2019-12-03 05:47:06

Compatibility mode in IE8 is not a 100% emulation of IE7. Security changes were not versioned, and some DOM operations were not versioned. Check out this blog post form Microsoft for a list of changes.

http://blogs.msdn.com/ie/archive/2009/03/12/site-compatibility-and-ie8.aspx

Microsoft is developing a tool called Expression Web SuperPreview to make it easier to test for the growing fauna of browsers.

Blog entries describing it by Long Zheng and The Expression Web Team.

You should try using IE Tester - a life saver. It lets you view a website on IE 5.5, 6, 7, current installed version, and 8 beta all in one program - each browser version loads in it's own tab and can be split screen etc.

The MSHTML code changed. IE7 compat mode should be pretty damn close to IE7, but... the code changed. I would still test both.

Microsoft makes Virtual PC images available for testing this.

I know for a fact that IE7 and IE8 (compatibility mode) are not the same. In my case it was CSS problem that showed up in IE7 and not in IE8

I use IE7 compatibility mode and it serves me all right. Did you try Multiple IE http://tredosoft.com/Multiple_IE instead of using a virtual machine?

Don't forget IETab for Firefox... making things that little bit easier. Though IIRC, you can only use this to test the version that's default on your system.

Seems that Microsoft has finally released Expression Web SuperPreview

It can be downloaded here

http://www.microsoft.com/downloads/details.aspx?FamilyID=8e6ac106-525d-45d0-84db-dccff3fae677&displaylang=en

Multiple IEs was listed in another answer.

There's a successor to "Multiple IEs" called Internet Explorer Collection that is more up to date.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!