BUG: crash IE with just 4 levels of recursion in CSS and JavaScrip

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Javascript, recursing into 4 levels deep of .css files, can crash a
fully-patched IE 6 with no warning to the user. It's annoying because an
entire university is based on a web template that uses 4 levels deep of .css
files, and my JavaScript can't touch the DOM around the stylesheets lest it
crash everyone's browser.

Bug repro here:
http://cs.nerdbank.net/blogs/jmpinline/archive/2006/02/09/151.aspx

Anyone know a good workaround (besides flattening the .css levels)? Or
where the bug report mechanism is for Microsoft?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top