Closed
Bug 285659
Opened 20 years ago
Closed 13 years ago
nsDOMAttribute::SetPrefix shouldn't send out the notifications is does
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sicking, Unassigned)
Details
setting the prefix on an attributenode currently ends up sending out nsIDocumentObserver notifications as well as mutationevents. That seems both unneccesary and wrong. We probably don't need to call unsetattr (if we do that's a bug I think) and we defenetly shouldn't let aNotify be true.
Comment 1•13 years ago
|
||
This code is gone.
Assignee: general → nobody
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•