Bug 25387
Summary: | SVG JS baseValue bindings should call parseMappedAttribute | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
Bug Depends on: | 25383 | ||
Bug Blocks: |
Eric Seidel (no email)
SVG JS baseValue bindings should call parseMappedAttribute
Currently they call svgAttributeChanged(const QualifiedName& attrName)
Which has caused bugs like:
https://bugs.webkit.org/show_bug.cgi?id=25383
The correct fix would be for us to untangle how updating works, and for the JS parsing to go through the same code as the xml parser does, namely parseMappedAttribute
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Can't elaborate as I'm about to sleep, but SVG js baseValue bindings use that on purpose. If you track back the commit log you'll see it has been introduced to add XML attribute <-> JS attribute synchronization support. I can tell more in the following days.