Closed
Bug 326881
Opened 19 years ago
Closed 18 years ago
"ASSERTION: Shallow unbind won't clear document and binding parent on kids!" involving a cloned <xul:textbox>
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
|
362 bytes,
application/vnd.mozilla.xul+xml
|
Details |
###!!! ASSERTION: Shallow unbind won't clear document and binding parent on kids!: 'aDeep || (!GetCurrentDoc() && !GetBindingParent())', file /Users/admin/trunk/mozilla/content/base/src/nsGenericElement.cpp, line 1809
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
To reproduce, load the testcase in a new tab, then close that tab. I think the assertion happens during the next GC.
Comment 3•19 years ago
|
||
XUL just kinda sucks. This is a direct consequence of bug 53901. And SO not an XBL bug. I'm not sure why it was filed on XBL.
Assignee: general → nobody
Component: XBL → XP Toolkit/Widgets: XUL
Depends on: 53901
QA Contact: ian → xptoolkit.xul
| Reporter | ||
Updated•19 years ago
|
Summary: ASSERTION: Shallow unbind won't clear document and binding parent on kids! → "ASSERTION: Shallow unbind won't clear document and binding parent on kids!" involving a cloned <xul:textbox>
| Reporter | ||
Comment 4•18 years ago
|
||
I don't see this bug any more on Mac trunk. Based on comment 3, I'm guessing this was fixed by the checkin for bug 53901.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•