[29068] in bugtraq
Re: Netscape 6/7 crashes by a simple stylesheet...
daemon@ATHENA.MIT.EDU (Greg Steuck)
Thu Feb 27 11:41:37 2003
To: <jux@beer.com>
From: Greg Steuck <greg-bugtraq@nest.cx>
Date: 25 Feb 2003 22:30:59 -0800
In-Reply-To: <20030225021723.15410.qmail@www.securityfocus.com>
Message-ID: <86ptpf5za4.fsf@home.nest.cx>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
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 <jux@beer.com> 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?