Site Crashes with IE7, 8 and addons enabled
-
I am building a site that crashes in certain IE 7 and 8 configurations when IE addons are enabled. In an ideal world we could all migrate to firefox or browsers that rendered in accordance with the W3C standards (IE8 seems alot better but isnt perfect) and all used the same javascript but unfortunately I have to accommodate the various versions of IE. I am pretty sure that the crash is a result of the javascript and addons not getting along but it is hard to tell as the crashes only happen on certain machines (with addons enabled) Apart from turning off the addons....what are the cures, how do I check scripts?
-
I am building a site that crashes in certain IE 7 and 8 configurations when IE addons are enabled. In an ideal world we could all migrate to firefox or browsers that rendered in accordance with the W3C standards (IE8 seems alot better but isnt perfect) and all used the same javascript but unfortunately I have to accommodate the various versions of IE. I am pretty sure that the crash is a result of the javascript and addons not getting along but it is hard to tell as the crashes only happen on certain machines (with addons enabled) Apart from turning off the addons....what are the cures, how do I check scripts?
nickmaroulis wrote: unfortunately I have to accommodate the various versions of IE. Bane of the web dev world... nickmaroulis wrote: how do I check scripts? Slowly. Open them in your IDE - use debugging tools where possible. test on as many different machines as possible to give you a better idea of what's causing the problem. But it also might help to tell us: which add-ons are causing the problem? What are you coding in?