Open
Bug 240471
Opened 21 years ago
Updated 2 years ago
nsContentList doesn't handle mRootContent going away
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: bzbarsky, Unassigned)
References
Details
See the comment at
http://lxr.mozilla.org/seamonkey/source/content/base/src/nsContentList.h#143
With JS access this is not a _huge_ problem, since we'll hold a ref to
mRootContent while the list's JSObject lives (see bug 153519). But we should
still fix this.
Now that we can notify content lists that their root has gone away, we just need
to hook up a mechanism to do said notification at the right time.
Updated•15 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Comment 1•6 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
•