The Little Guy Posted March 13, 2008 Share Posted March 13, 2008 Anyone tried IE 8 yet? What do you think of it? Is it as good as they say it is? (for Microsoft) IE8 Download: http://www.microsoft.com/windows/products/winfamily/ie/ie8/readiness/Install.htm Quote Link to comment https://forums.phpfreaks.com/topic/95974-ie-8-beta/ Share on other sites More sharing options...
Daniel0 Posted March 13, 2008 Share Posted March 13, 2008 It crashes often for me, but it does pass Acid2. Quote Link to comment https://forums.phpfreaks.com/topic/95974-ie-8-beta/#findComment-491324 Share on other sites More sharing options...
The Little Guy Posted March 13, 2008 Author Share Posted March 13, 2008 When testing sites, does it show up more similar to FireFox? Or does it have its own way of doing things still? Quote Link to comment https://forums.phpfreaks.com/topic/95974-ie-8-beta/#findComment-491330 Share on other sites More sharing options...
Daniel0 Posted March 13, 2008 Share Posted March 13, 2008 Here are a couple of screenshots: As seen in the screenshots, there are some places where it doesn't render elements correctly. Quote Link to comment https://forums.phpfreaks.com/topic/95974-ie-8-beta/#findComment-491352 Share on other sites More sharing options...
redbullmarky Posted March 13, 2008 Share Posted March 13, 2008 with regards to the Acid 2 test, unfortunately I managed to come across some leaked code from IE8: if ($url == 'http://www.webstandards.org/files/acid2/test.htm') { # load pre-drawn image cut from an Opera screenshot. that'll fool 'em loadImage('acid2_opera.gif') } else { # now we have determined those pesky web people are not looking at the Acid page, we can render the page normally. # that is to say, broken. if (stristr($url, 'microsoft.com')) { outputPageProperly(); } else if (stristr($url, 'firefox')) { reallyBuggerThingsUpToMakeThemBelieveFirefoxIsCrap() } else if (styleSheetLooksValid()) { invalidateStylesheet() } else { invalidateSomethingElseAnyway() } } Quote Link to comment https://forums.phpfreaks.com/topic/95974-ie-8-beta/#findComment-491379 Share on other sites More sharing options...
Daniel0 Posted March 13, 2008 Share Posted March 13, 2008 lol. Quote Link to comment https://forums.phpfreaks.com/topic/95974-ie-8-beta/#findComment-491382 Share on other sites More sharing options...
zq29 Posted March 13, 2008 Share Posted March 13, 2008 Upon the release of IE8, what are your thoughts on supporting/coding for IE6? Are you still going to test and bugfix pages for it? If so, at what point would you feel comfortable to disregard it? Quote Link to comment https://forums.phpfreaks.com/topic/95974-ie-8-beta/#findComment-491395 Share on other sites More sharing options...
Daniel0 Posted March 13, 2008 Share Posted March 13, 2008 I have already dropped it seeing as I cannot run IE6 alongside IE7. Quote Link to comment https://forums.phpfreaks.com/topic/95974-ie-8-beta/#findComment-491399 Share on other sites More sharing options...
redbullmarky Posted March 13, 2008 Share Posted March 13, 2008 i've dropped support too, however i still need to keep up to scratch with IE6 hacks as my place of work still do support v6. Quote Link to comment https://forums.phpfreaks.com/topic/95974-ie-8-beta/#findComment-491514 Share on other sites More sharing options...
roopurt18 Posted March 13, 2008 Share Posted March 13, 2008 I see that IE8 has an Emulate IE7 button; I wish they had an Emulate IE6 button as well. Quote Link to comment https://forums.phpfreaks.com/topic/95974-ie-8-beta/#findComment-491637 Share on other sites More sharing options...
fenway Posted March 13, 2008 Share Posted March 13, 2008 I have already dropped it seeing as I cannot run IE6 alongside IE7. Not entirely true. Quote Link to comment https://forums.phpfreaks.com/topic/95974-ie-8-beta/#findComment-491672 Share on other sites More sharing options...
Daniel0 Posted March 13, 2008 Share Posted March 13, 2008 I have already dropped it seeing as I cannot run IE6 alongside IE7. Not entirely true. If you're using Windows Vista it is. IE6 is too tightly coupled to the Windows XP kernel which makes it impossible to run IE6 on Windows Vista that uses the newer NT 6.0 kernel. As far as I know has nobody succeeded in getting IE6 to work natively and full functionally under Vista. As seen in the screenshots I posted earlier in this thread I'm using Vista which means that'll I'll have to run an earlier version of Windows in a virtual machine in order to run IE6. Quote Link to comment https://forums.phpfreaks.com/topic/95974-ie-8-beta/#findComment-491716 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.