Closed
Bug 678447
Opened 13 years ago
Closed 13 years ago
###!!! ASSERTION: frame tree not empty, but caller reported complete status: 'aSubtreeRoot->GetPrevInFlow()'
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: bernd_mozilla, Assigned: bernd_mozilla)
Details
(Keywords: testcase)
Attachments
(3 files)
201 bytes,
text/html
|
Details | |
1.60 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
1.60 KB,
patch
|
Details | Diff | Splinter Review |
tables are not able to pull back from the next inflow the children if the space permits it. The column set reflow expects that its children are able to do this. We need to block this.
Normally this is blocked by check if the context is paginated but during printing this check does not work anymore.
To test this hit print preview with a debug build
I pushed this together with bug 576890 successfully over try
http://tbpl.mozilla.org/?tree=Try&rev=612440d3090f
the Crashtest failure is another bug 439258 in editor that has nothing to do with printing
Attachment #552598 -
Attachment is obsolete: true
Attachment #552668 -
Flags: review?(roc)
s/bug 576890 /bug 675490 /
Instead, shouldn't we be making sure that tables never break in columns even if we're printing?
Comment on attachment 552598 [details] [diff] [review]
patch v1
that was my first idea
Attachment #552598 -
Attachment is obsolete: false
Attachment #552598 -
Flags: review?(roc)
Attachment #552598 -
Flags: review?(roc) → review+
Whiteboard: [inbound]
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
Attachment #552668 -
Flags: review?(roc)
You need to log in
before you can comment on or make changes to this bug.
Description
•