Open
Bug 321178
Opened 19 years ago
Updated 2 years ago
nsContentBuilder::RemoveMember doesn't play nice with XBL
Categories
(Core :: XUL, defect)
Tracking
()
NEW
mozilla1.9beta1
People
(Reporter: enndeakin, Unassigned)
References
Details
bz mentioned this in bug 285631. I think he is referring to the use of GetParent
Comment 1•19 years ago
|
||
Actually, I referred to the use of IndexOf. If |content| is an XBL anonymous node, then |content->GetParent()->IndexOf(content)| will always be -1 -- that's what it means for content to be anonymous. So whenever the code in question interacts with XBL it'll assert and bail.
Reporter | ||
Updated•17 years ago
|
Target Milestone: Future → mozilla1.9beta2
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
Reporter | ||
Updated•9 years ago
|
Assignee: enndeakin → nobody
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•