Closed Bug 18204 Opened 25 years ago Closed 25 years ago

{css2} CRASH with border-collapse:collapse and more cells in later rows

Categories

(Core :: Layout: Tables, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: ian, Assigned: karnaze)

References

()

Details

(Keywords: css2)

The following test page crashes Mozilla: http://www.bath.ac.uk/%7Epy8ieh/internet/projects/mozilla/table-crasher.html It has a CSS table, with border-collapse:collapse, and two rows. The second row has two cells, the first only one cell: <div class="table"> <div class="row"> <div class="cell"> only cell in first row </div> </div> <div class="row"> <div class="cell"> cell one </div> <div class="cell"> cell two </div> </div> </div> ...with: div.table { display: table; border-collapse: collapse; } div.row { display: table-row; } div.cell { display: table-cell; } David: I am cc'ing you since I recall seeing a similar bug filed somewhere, with your name on it. But I cannot find that bug. So if you know something about this that I don't...
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fixed with 11/7 checkins.
Status: RESOLVED → VERIFIED
Using 11/16 build on Win 98, page displays without crashing. Verifying build fixed.
Keywords: css2
Migrating from {css2} to css2 keyword. The {css1}, {css2}, {css3} and {css-moz} radars should now be considered deprecated in favour of keywords. I am *really* sorry about the spam...
You need to log in before you can comment on or make changes to this bug.