Closed
Bug 183710
Opened 22 years ago
Closed 22 years ago
a combination of tables and marquee with "overflow:auto" makes mozilla freeze
Categories
(Core :: Layout: Tables, defect, P4)
Tracking
()
RESOLVED
DUPLICATE
of bug 176305
Future
People
(Reporter: s.a.moeller, Unassigned)
References
()
Details
(Keywords: hang)
Attachments
(1 file)
501 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
I've added
marquee {
-moz-binding: none !important;
display: block !important;
overflow: auto !important;
}
to my userContent.css in order to avoid marquee animation.
That makes Mozilla freeze on http://www.eurotv.de/acompany.htm.
Reproducible: Always
Steps to Reproduce:
Open the following testcase. (No need to modify your userContent.css before.
I've included those particular settings in that testcase.)
Actual Results:
The page does not show up, CPU load is almost 100%, and Mozilla's user interface
freezes. In addition the Windows version of Mozilla is eating up more and more
memory.
I can reproduce this with Mozilla 1.2.1/Windows and Phoenix 0.4/Linux, too.
But there is no such problem with Mozilla 1.1a/Linux.
Reporter | ||
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
confirming with a 1 day old win2k cvs trunk
Comment 3•22 years ago
|
||
Confirming with
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021127
Running Windows 2000.
Suggest: OS: ALL
Updated•22 years ago
|
OS: Linux → All
Updated•22 years ago
|
Priority: -- → P4
Target Milestone: --- → Future
Comment 4•22 years ago
|
||
regressed between 2002092921 and 20021004
dupe of "overflow:auto applied to option creates an infinite loop"
*** This bug has been marked as a duplicate of 176305 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•