Open
Bug 476021
Opened 16 years ago
Updated 2 years ago
"ASSERTION: must have binding parent when in native anonymous subtree with a parent node" messing with boxObject
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
###!!! ASSERTION: must have binding parent when in native anonymous subtree with a parent node: '!IsInNativeAnonymousSubtree() || GetBindingParent() || !GetParent()', file ../../../dist/include/content/nsIContent.h, line 217
I'm guessing this requires the same fix as bug 467869.
Comment 1•15 years ago
|
||
Another testcase.
Reporter | ||
Comment 2•15 years ago
|
||
Testcase 1 now gives me:
JavaScript error: https://bug476021.bugzilla.mozilla.org/attachment.cgi?id=359602, line 13: document.getBoxObjectFor is not a function
Testcase 2 still triggers the assertion.
Comment 3•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•