CFHOUR() crashes IE 8
Apr 2
Well.. I succumbed to the marketing pressure and installed IE 8. First thing I did was start checking my sites against it.
My blog seems to work just fine. I did not find any apparent issues with it.
I have a couple other sites I have worked on and they were all ok. These were a peppering of CF8 sites that used JQuery, and EXT.
Then I got to the CFHOUR.com site. The site loaded just fine and the layout was correct. The windows for comments and subscribe loaded fine. The site appeared to work as expected.
#1 by Freelance Web Developmer on 4/2/09 - 10:41 AM
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
#2 by Justin Carter on 4/2/09 - 11:12 AM
In fact, the same thing happens in Firefox. If you view the source there is just 1 line of code:
<script src='http://www.google-analytics.com/ga.js' type='text/javascript'></script>
#3 by Dave Ferguson on 4/2/09 - 1:32 PM