Closed
Bug 484988
Opened 16 years ago
Closed 16 years ago
[HTML5] Detaching node from parent with notification but without event
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: hsivonen, Unassigned)
Details
The HTML5 parser needs a way to detach a node from its parent so that a notification is fired but a mutation event is not.
Comment 1•16 years ago
|
||
I think we need another boolean arg to RemoveChildAt, basically.
| Reporter | ||
Comment 2•16 years ago
|
||
Fixed in rev 4bc4822c1f52 (in HTML5 repo).
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 3•16 years ago
|
||
Notifications may do bad things too, especially if not protected by a script blocker. At least when changing attributes on xul elements.
Not sure about xbl handling etc.
Comment 4•16 years ago
|
||
Er, I wasn't going to put the comment to this bug :/
It is more related to bug 502973.
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•