You are not logged in.
- Topics: Active | Unanswered
Pages: 1
#1 2009-06-26 17:40:16
- MattF
- Member

- From: South Yorkshire, England
- Registered: 2008-05-06
- Posts: 1,230
- Website
IE8
Is it just my interpretation of what it does, or does the compatibility mode mean that they just switch back to the old way of breaking things rather than the using the new way they've devised?
Screw the chavs and God save the Queen!
Offline
#2 2009-06-26 17:49:50
- elbekko
- Former Developer

- From: Leuven, Belgium
- Registered: 2008-04-30
- Posts: 1,131
- Website
Re: IE8
Compatibility mode = IE7 mode (or worse).
So yes.
Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks
Offline
#3 2009-06-26 18:00:25
- Paul
- Developer
- From: Wales, UK
- Registered: 2008-04-27
- Posts: 1,623
Re: IE8
Interestingly I just viewed a page I'm working on in Compatability mode then in IE7 mode using the developer tools. The rendering was different. It looked fine in compatability mode but in IE7 mode it required the usual "has layout" fix to work. In theory that means compatability mode is a waste of space for testing purposes because the page could still look wrong in IE7.
The only thing worse than finding a bug is knowing I created it in the first place.
Offline
#4 2009-06-26 18:08:43
- MattF
- Member

- From: South Yorkshire, England
- Registered: 2008-05-06
- Posts: 1,230
- Website
Re: IE8
In theory that means compatability mode is a waste of space for testing purposes because the page could still look wrong in IE7.
Well, as if it's not bad enough designing something which never works correctly, it sounds like they can't even break things consistently now. ![]()
I fired up a machine with it on for the first time last night, and ended up prepping an IE8 fix stylesheet within about sixty seconds of using it. I was wondering if I might just have been unlucky. It would appear not. ![]()
Last edited by MattF (2009-06-26 23:52:00)
Screw the chavs and God save the Queen!
Offline
#5 2009-06-26 19:52:24
- elbekko
- Former Developer

- From: Leuven, Belgium
- Registered: 2008-04-30
- Posts: 1,131
- Website
Re: IE8
Interestingly I just viewed a page I'm working on in Compatability mode then in IE7 mode using the developer tools. The rendering was different. It looked fine in compatability mode but in IE7 mode it required the usual "has layout" fix to work. In theory that means compatability mode is a waste of space for testing purposes because the page could still look wrong in IE7.
Did you try setting the browser mode to IE7 in the Developer Tools?
Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks
Offline
#6 2009-06-26 22:52:34
- Paul
- Developer
- From: Wales, UK
- Registered: 2008-04-27
- Posts: 1,623
Re: IE8
Yes, thats the whole point. Its possible to design a site that works in compatability mode but doesn't work in IE7. In other words, IE8 in compatability mode does not render the same as IE7 or IE8 switched into IE7 using the developer tools. Its probably the case that IE8 in IE7 mode is not identical to the real IE7 either which really confuses the issue.
The only thing worse than finding a bug is knowing I created it in the first place.
Offline
#7 2009-06-26 23:10:01
- Smartys
- Former Developer
- Registered: 2008-04-27
- Posts: 3,117
- Website
Re: IE8
http://blogs.msdn.com/ie/archive/2009/0 … d-ie8.aspx
Compatibility mode is not meant to be IE7.
IE8 made, with the developer tools, to act like IE7 should act like IE7 though.
Offline
#8 2009-06-26 23:51:35
- MattF
- Member

- From: South Yorkshire, England
- Registered: 2008-05-06
- Posts: 1,230
- Website
Re: IE8
Just for chuckles, I found this post in that blog entry you linked to awfully amusing. ![]()
Screw the chavs and God save the Queen!
Offline
#9 2009-06-27 15:26:18
- MattF
- Member

- From: South Yorkshire, England
- Registered: 2008-05-06
- Posts: 1,230
- Website
Re: IE8
Just for future reference with regards to forcing mode with IE8, it appears that using the meta tag doesn't disable the compatibility mode button whereas issuing a direct header does. What i've read seems to suggest both will work, but only the latter did in my case.
header('X-UA-Compatible: IE=8');Screw the chavs and God save the Queen!
Offline
Pages: 1
