Closed
Bug 370876
Opened 19 years ago
Closed 19 years ago
[BC] "ASSERTION: invalid col index" with border-collapse and colspan
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
|
635 bytes,
text/html
|
Details |
Loading the testcase triggers two assertions:
###!!! ASSERTION: invalid col index: 'Error', file /Users/jruderman/trunk/mozilla/layout/tables/nsTableFrame.cpp, line 490
###!!! ASSERTION: CellIterator program error: 'PR_FALSE', file /Users/jruderman/trunk/mozilla/layout/tables/nsTableFrame.cpp, line 4006
Comment 1•19 years ago
|
||
Is the invalid col index assert still there? I'd have thought bug 371290 fixed it.
| Reporter | ||
Comment 2•19 years ago
|
||
Both assertions are gone :) Should this be marked as a dup of bug 371290?
Comment 3•19 years ago
|
||
Sure. Or dependent and fixed. Either way. :) I'm not completely sure it's an exact dup.
| Reporter | ||
Comment 4•19 years ago
|
||
Let's go with "dependent and fixed".
You need to log in
before you can comment on or make changes to this bug.
Description
•