Closed
Bug 22302
Opened 25 years ago
Closed 25 years ago
Mozilla freezes, locks up, sometimes crashes
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: stephena, Assigned: rickg)
References
()
Details
(Whiteboard: [TESTCASE])
Attachments
(1 file)
(deleted),
text/html
|
Details |
How discouraging when mozilla regresses. Alas, in surfing on Win95 with build
1999122108 just about every "Read More" link on slashdot (see URL for example)
causes a mozilla freeze.
To reproduce, simply go to the above url, wait for page to load, scroll down
and to the right. BAM.
Scrolling on other sites (CNN) does not seem to cause this behaviour. So, it
must be choking on some HTML layout maybe? I'll try and isolate the HTML - no
promises.
Reporter | ||
Comment 1•25 years ago
|
||
Whoa! I just pulled up the URL in Opera to save off the page source and
pictures. Man Mozilla is rendering that page way whack! Opera shows a couple
levels of embedding of <UL> while Mozilla shows that they are embedded about 15
levels (hence the wide width of the page). This must be related. Could be
that slashdot is producing bad HTML (doubt it) but I'd bet Mozilla is
misprocessing the</UL>'s I'll check to be sure. Is that a layout issue?
Reporter | ||
Updated•25 years ago
|
Whiteboard: [TESTCASE]
Reporter | ||
Comment 2•25 years ago
|
||
Yup, that's it. Huge problem. Missing all </UL>'s. See attachment.
Reporter | ||
Comment 3•25 years ago
|
||
No, it's not residual style, but I'll look to see whether it's the parser's
elementtable.
It's related to changes in the elementtable. I have a fix in my tree, which I'll
land with my next update.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
The UL bug is fixed. The crash is a dup and covered elsewhere.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•25 years ago
|
||
UL problem fixed in the Dec 22nd build.
You need to log in
before you can comment on or make changes to this bug.
Description
•