Closed
Bug 600471
Opened 14 years ago
Closed 14 years ago
When attaching an already created attribute to a node, if you call setAttribute on the node, the attribute value will not be updated
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: mounir, Assigned: mounir)
References
Details
(Keywords: regression, testcase)
Attachments
(2 files)
415 bytes,
text/html
|
Details | |
2.55 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Because AddMutationObserver is only called on nsDOMAttribute constructor, if a DOMAttribute is attached to a node _after_ being created, it's value will not be changed.
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → mounir.lamouri
Status: NEW → ASSIGNED
Attachment #479328 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•14 years ago
|
Blocks: CVE-2010-3766
Comment 2•14 years ago
|
||
Comment on attachment 479328 [details] [diff] [review]
Patch v1
r=me
Updated•14 years ago
|
Attachment #479328 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Updated•14 years ago
|
blocking2.0: --- → ?
Updated•14 years ago
|
blocking2.0: ? → betaN+
Assignee | ||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Updated•14 years ago
|
Target Milestone: mozilla2.0b8 → mozilla2.0b7
You need to log in
before you can comment on or make changes to this bug.
Description
•