Closed
Bug 347506
Opened 18 years ago
Closed 17 years ago
"ASSERTION: invalid overlap" involving HTML tables with rowspan/colspan and MathML tables with rowspan/columnspan
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Comment 2•18 years ago
|
||
###!!! ASSERTION: invalid overlap: 'PR_FALSE', file /Users/admin/trunk/mozilla/layout/tables/nsCellMap.cpp, line 1428
This assert is present in the HTML table case, BTW. WIth
<table>
<tr>
<td>x</td>
<td rowspan="4" colspan="4">y</td>
</tr>
<tr>
<td rowspan="0" colspan="0">z</td>
<td>w</td>
</tr>
</table>
Whatever is decided for the HTML case, I will follow suit in the MathML case.
Assignee: rbs → nobody
Component: MathML → Layout: Tables
OS: Mac OS X 10.4 → All
QA Contact: ian → layout.tables
Hardware: Macintosh → All
Summary: "ASSERTION: invalid overlap" involving MathML tables with rowspan/columnspan → "ASSERTION: invalid overlap" involving HTML tables with rowspan/colspan and MathML tables with rowspan/columnspan
Reporter | ||
Comment 4•18 years ago
|
||
Oops. I initially thought this didn't happen with HTML tables because I tested in quirks mode HTML. But in XHTML, HTML tables can trigger the assertion.
Reporter | ||
Updated•18 years ago
|
Attachment #232301 -
Attachment description: testcase → MathML table testcase
Reporter | ||
Comment 5•17 years ago
|
||
WFM on trunk with both testcases. (Tested on Mac.)
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•