hey guys, i can't figure out why my latest web project is completely crashing ie7. Either the browser is stuck or the browser even says "The program cannot display the page".

This is the link to the site: ...

any idea what could cause that? it works fine in ie8, ie9 and of course all other browsers like firefox, chrome, safari. I have nothing fancy going on on the site. just a normal wordpress site where I developed the theme. I'd just love to support ie7.

any idea?

link|improve this question

Can you get fiddler to catch it without crashing IE? – Timothy Groote May 13 '11 at 14:19
I don't have IE on Ubuntu, but I wonder if the crash is an exploitable security vulnerability? – Heath Hunnicutt May 13 '11 at 14:33
feedback

2 Answers

up vote 0 down vote accepted

http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/

I had plenty of problems with this 'feature' previously

link|improve this answer
feedback

Really tough to say with your obfuscated code but I suspect you have a setTimeout in there that is set to 0 that may be removing elements. I know that can cause IE7 to hang/crash.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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