Yes, it had been known for a while. Searching for "style overflow
scroll" in bugzilla brings up a list of bug reports.
So, instead of posting to bugtraq you could have added a note to one of
those bug reports. Then again, posting here might put some pressure on
mozilla developers, who knows?
>>>>> "jux" == jux <[EMAIL PROTECTED]> writes:
jux> I've found out that some simple CSS-code can crash Netscape 6
jux> and 7.
jux> This is a simple html-page containing this code:
jux> <html> <body> <div style="position:absolute;">
jux> <div style="position:absolute; overflow:scroll">
jux> </div> </div> </body> </html>
jux> Was this already known?