Closed
Bug 630760
Opened 15 years ago
Closed 15 years ago
DOMSVGLengthList ctor synchronizes animVal instances to the baseVal internal list
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | final+ |
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(1 file)
|
9.61 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
The DOMSVGLengthList ctor erroneously synchronizes animVal instances to the baseVal internal list because it is using InternalList(). As long as there is no animation going on then this is actually what we want, but if there's animation then we are probably going to create a DOM wrapper who's length is out of sync with its internal wrappee.
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #508986 -
Flags: review?(roc)
| Assignee | ||
Updated•15 years ago
|
status1.9.2:
--- → final-fixed
| Assignee | ||
Updated•15 years ago
|
blocking2.0: --- → final+
status1.9.2:
final-fixed → ---
Comment on attachment 508986 [details] [diff] [review]
patch + comment fixes/sync'ing
Can you write a test for this?
Attachment #508986 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•