[Webkit-unassigned] [Bug 25387] New: SVG JS baseValue bindings should call parseMappedAttribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 24 16:47:22 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25387

           Summary: SVG JS baseValue bindings should call
                    parseMappedAttribute
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


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


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list