Open
Bug 714667
Opened 12 years ago
Updated 1 year ago
"ASSERTION: data loss - incomplete row needed more height than available, on top of page"
Categories
(Core :: Layout: Tables, defect)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
1. Load the testcase 2. Print to file ###!!! ASSERTION: data loss - incomplete row needed more height than available, on top of page: 'rowMetrics.height <= rowReflowState.availableHeight', file layout/tables/nsTableRowGroupFrame.cpp, line 1151
Reporter | ||
Comment 1•12 years ago
|
||
the assertions says what happens it can't split this without loosing content.
one could convert this to a warning just to silence for one edge testcase, however I fail to see the benefit of this.
this assertion when it fires without large values has served before well (bug 424291 and bug 409084
Comment 5•7 years ago
|
||
I'm probably going to remove this assertion in bug 1308876; I think it's bogus, and that patch substantially changes the set of tests it shows up in.
Depends on: 1308876
Updated•6 years ago
|
Flags: needinfo?(ryanvm)
Updated•2 years ago
|
Flags: needinfo?(ryanvm)
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•