Closed
Bug 477740
Opened 16 years ago
Closed 14 years ago
"ASSERTION: Parent in document but flagged as forcing XBL" with XBL, <xul:resizer>, <math:ms>
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
701 bytes,
application/xhtml+xml
|
Details |
###!!! ASSERTION: aDocument must be current doc of aParent: '!aParent || aDocument == aParent->GetCurrentDoc()', file /Users/jruderman/central/content/base/src/nsGenericElement.cpp, line 2497
###!!! ASSERTION: Parent in document but flagged as forcing XBL: '!aParent || !aDocument || !aParent->HasFlag(NODE_FORCE_XBL_BINDINGS)', file /Users/jruderman/central/content/base/src/nsGenericElement.cpp, line 2510
Comment 1•16 years ago
|
||
So in this case, aDocument is non-null but aParent->GetCurrentDoc() is null. The second assertion just follows from the first.
It looks like we're creating generated content for a content node that's no longer in the document. And in particular for the mathml:ms.
Smaug, sicking, want to dig into why we're constructing frames for nodes that are not in the document anymore in this case? ;)
Reporter | ||
Comment 2•14 years ago
|
||
WFM
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 3•14 years ago
|
||
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•