Closed
Bug 301844
Opened 19 years ago
Closed 12 years ago
ASSERTION: bad prev-in-flow ancestor chain: 'nsLayoutUtils::IsProperAncestorFrame(prevBlock, fpif)'
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
|
90.59 KB,
text/plain
|
Details |
STEPS TO REPRODUCE 1. load URL 2. File -> Print Preview ACTUAL RESULTS ###!!! ASSERTION: bad prev-in-flow ancestor chain: 'nsLayoutUtils::IsProperAncestorFrame(prevBlock, fpif)', file nsBlockFrame.cpp, line 4922 http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/layout/generic/nsBlockFrame.cpp&rev=3.724&root=/cvsroot&mark=4921,4922#4905 PLATFORMS & BUILDS TESTED Bug occurs in SeaMonkey debug build on Linux (a few hours old)
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•17 years ago
|
||
Testcase #1 (attachment 273836 [details]) in bug 389583 also triggers this assertion. That testcase did not trigger the assertion in a tree that was about a week old, so it's likely a recent regression (assuming it's the same problem).
Keywords: regression
| Reporter | ||
Comment 3•17 years ago
|
||
Ignore the last comment, I didn't realize how old this bug was. The "bad prev-in-flow" assertion on Testcase #1 from bug 389583 is more likely a regression from bug 379349 which is handled in bug 389776.
Comment 4•12 years ago
|
||
Bug 503183 removed the assertion.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•