Bug 25387 - SVG JS baseValue bindings should call parseMappedAttribute
Summary: SVG JS baseValue bindings should call parseMappedAttribute
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 25383
Blocks:
  Show dependency treegraph
 
Reported: 2009-04-24 16:47 PDT by Eric Seidel (no email)
Modified: 2010-07-09 07:11 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-04-24 16:47:21 PDT
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
Comment 1 Nikolas Zimmermann 2009-04-26 18:52:35 PDT
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.