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

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?
 
Top