vote up 7 vote down star
5

As a developer, can I safely upgrade to IE8 and use its IE7 compatibility mode to test how sites look in IE7? For IE6, I have a virtual machine and it is quite inconvenient. I don't want to upgrade to IE8 and then have another virtual machine now for IE7.

Or is IE7 compatibility mode really different and I can't rely on that?

flag
Why do you need virtual machines? Can't you just install two versions alongside each other? – Svante Apr 2 at 23:44
With risky hacks, yes. But not a good idea unless your're feeling lucky. – mcjabberz Aug 24 at 19:20

9 Answers

vote up 7 vote down check

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

link|flag
vote up 1 vote down

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.

link|flag
I see that the VPC images expire after about a month. Are they refreshed from time to time? – CLaRGe Apr 2 at 23:59
vote up 0 vote down

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?

link|flag
MultipleIE doesn't have IE7 in it, and IE6 doesn't work properly with IE8 installed. – coxymla Apr 3 at 1:27
vote up 1 vote down

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

link|flag
vote up 5 vote down

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.

link|flag
+1 downloading ... i hope this works as advertized – roman m Apr 3 at 0:04
i agree, it looks amazin – alexeit Apr 3 at 0:07
this thing is not ready yet, read the Long Zheng's article before you download it. the concept is good though – roman m Apr 3 at 3:19
@rm: Yes, that's why i wrote that MS is developing it. – Guffa Apr 3 at 12:56
vote up 2 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

Multiple IEs was listed in another answer.

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.