Closed Bug 23072 Opened 25 years ago Closed 25 years ago

CRASH: border-collapse=collapse + td.display=none + multiple rows

Categories

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

x86
Windows NT
defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: john, Assigned: karnaze)

References

()

Details

(Keywords: testcase, Whiteboard: [TESTCASE] bugzilla@friendshipchurchonline.org)

Attachments

(1 file)

When a table has border-collapse=collapse, *and* there are multiple rows in the
table, *and* there is one td set with display=none, then Mozilla crashes trying
to render the table.

I have not tried setting other values of border-collapse and display, but
Mozilla no longer crashes if I do not set either value, or if I remove the other
row.

Here is the test's HTML (as small as I could get it):

<HTML>
<BODY>

<table style="border-collapse: collapse">
<tr><td style="display: none">Hmm</td></tr>
<tr><td>Hmm2</td></tr>
</table>

</BODY>
</HTML>
I forgot to say, this is on Mozilla build 2000010408.
Whiteboard: [MAKINGTEST] bugzilla@friendshipchurchonline.org
I think I have the problem isolated even further.
In addition, I am using build 1999122023.
Whiteboard: [MAKINGTEST] bugzilla@friendshipchurchonline.org → [TESTCASE] bugzilla@friendshipchurchonline.org
I have finished the TESTCASE for this bug. The problem is actually in the
second cell, not the second row. If I remove the cell (the second <TD>) the
problem dissapears.
One more note, I am using Win 98 Second Edition.
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
Status: NEW → ASSIGNED
Target Milestone: M14
This works on 1/21 optimized Win98 and 1/24 optimized and debug WinNT.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Verified WORKSFORME
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: