Closed
Bug 323493
Opened 19 years ago
Closed 17 years ago
* { display: table; position: absolute; } causes multiple assertion failures: "wrong kind of child frame", "unexpected child frame type", "Frames getting lost"
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
###!!! ASSERTION: wrong kind of child frame: 'aIsBlock == f->GetStyleDisplay()->IsBlockLevel()', file /Users/admin/trunk/mozilla/layout/generic/nsLineBox.cpp, line 70
###!!! ASSERTION: unexpected child frame type: 'PR_FALSE', file /Users/admin/trunk/mozilla/layout/tables/nsTableOuterFrame.cpp, line 228
###!!! ASSERTION: Frames getting lost!: 'NS_SUCCEEDED(rv)', file /Users/admin/trunk/mozilla/layout/base/nsCSSFrameConstructor.cpp, line 1522
Reporter | ||
Comment 1•19 years ago
|
||
Reporter | ||
Updated•18 years ago
|
Summary: * { display: table; position: absolute; } causes multiple assertion failures → * { display: table; position: absolute; } causes multiple assertion failures: "wrong kind of child frame", "unexpected child frame type", "Frames getting lost"
Reporter | ||
Comment 2•18 years ago
|
||
Bug 337476 involves some of the same assertions.
Reporter | ||
Comment 3•18 years ago
|
||
This testcase also triggers the assertion that my patch in bug 334514 adds.
Blocks: framedest
After the checkin for bug 341858 only the block asserts remain
Reporter | ||
Comment 5•18 years ago
|
||
Cool, I'll take this off the dependency list for bug 334514 then.
No longer blocks: framedest
Comment 6•17 years ago
|
||
I don't see any assertions here anymore; WORKSFORME?
Reporter | ||
Comment 7•17 years ago
|
||
WFM on trunk.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•