Closed
Bug 368641
Opened 18 years ago
Closed 17 years ago
"ASSERTION: node in map twice" with xul:tabs, xul:popup, xul:template
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
(deleted),
application/xhtml+xml
|
Details |
Loading the testcase triggers two assertions:
###!!! ASSERTION: Already have an undisplayed context entry for aContent: '!GetUndisplayedContent(aContent)', file layout/base/nsFrameManager.cpp, line 592
###!!! ASSERTION: node in map twice: 'Not Reached', file layout/base/nsFrameManager.cpp, line 1695
It also triggers a pair of warnings:
WARNING: Inline(span)(3) frame didn't implement GetPrefWidth: file /Users/admin/trunk/mozilla/layout/generic/nsFrame.cpp, line 2929
WARNING: Inline(span)(3) frame didn't implement GetMinWidth: file /Users/admin/trunk/mozilla/layout/generic/nsFrame.cpp, line 2915
Comment 1•18 years ago
|
||
This is basically the same issue as bug 368276 -- we're ending up doing a containing block reframe because of the {ib} split, so we end up with the frames for the <span> in two different places in the frame tree.
Assignee: nobody → general
Component: XP Toolkit/Widgets: XUL → XBL
Depends on: 368276
QA Contact: xptoolkit.xul → ian
Reporter | ||
Comment 2•17 years ago
|
||
WFM.
Reporter | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•