WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
25387
SVG JS baseValue bindings should call parseMappedAttribute
https://bugs.webkit.org/show_bug.cgi?id=25387
Summary
SVG JS baseValue bindings should call parseMappedAttribute
Eric Seidel (no email)
Reported
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
Attachments
Add attachment
proposed patch, testcase, etc.
Nikolas Zimmermann
Comment 1
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug