Closed
Bug 8370
Opened 26 years ago
Closed 26 years ago
CRASH: body with style of display:table
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: allen.sam, Assigned: peterl-retired)
Details
Attachments
(1 file)
90 bytes,
text/html
|
Details |
The following HTML crashes NGLayout:
<html>
<head>
<style>
body { display: table; }
</style>
</head>
<body>
</body>
</html>
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•26 years ago
|
||
This is a problem in the content sink (notifying of content appended when no
content was appended). I have a fix but I need to verify that it doesn't break
something else.
This doesn't crash for me anymore.
A new bug, #8912, demonstrates related problems.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
In the July 1 build (Mac, Win 98, Linux) , the crash nolonger occurs.
You need to log in
before you can comment on or make changes to this bug.
Description
•