Closed
Bug 362084
Opened 18 years ago
Closed 16 years ago
On print preview: ASSERTION: data loss - incomplete row needed more height than available, on top of page
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: martijn.martijn, Unassigned)
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
364 bytes,
text/html
|
Details |
See upcoming testcase, which triggers this kind of assertion on print preview.
###!!! ASSERTION: data loss - incomplete row needed more height than available,
on top of page: 'rowMetrics.height <= rowReflowState.availableHeight', file c:/m
ozilla/mozilla/layout/tables/nsTableRowGroupFrame.cpp, line 1134
This is a testcase that is more or less derived from the testcase from bug 359132, but this one is slightly more minimised and triggers this different assertion when opening print preview.
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Comment 3•18 years ago
|
||
(In reply to comment #2)
> does that also assert on the reflow branch?
Yes.
<insert your local fword here> no cheap bug fixes :-(, does the assert also appear in bug 359132 ?
Reporter | ||
Comment 5•18 years ago
|
||
(In reply to comment #4)
> <insert your local fword here> no cheap bug fixes :-(, does the assert also
> appear in bug 359132 ?
Heh, my current debug reflow branch build crashes when closing print preview, but I get the usual round of assertions on print preview, so I bet that bug is also there on the reflow branch.
Reporter | ||
Comment 6•17 years ago
|
||
I'm still seeing this assertion when in landscape mode.
Reporter | ||
Comment 8•17 years ago
|
||
The attached testcase doesn't seem to assert anymore on print preview, however the same assertion can be seen with the testcase from bug 424291: https://bugzilla.mozilla.org/attachment.cgi?id=310925
this is wfm also comment 8
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 10•14 years ago
|
||
The first testcase in bug 470495 triggers this assertion still (among others).
You need to log in
before you can comment on or make changes to this bug.
Description
•