[Webkit-unassigned] [Bug 115302] New: Dynamic changes to CSS properties that are mapped to SVG presentation elements don't propagate through <use> boundaries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 27 01:41:59 PDT 2013


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

           Summary: Dynamic changes to CSS properties that are mapped to
                    SVG presentation elements don't propagate through
                    <use> boundaries
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timothy_horton at apple.com
                CC: zimmermann at kde.org


See the attached test case. In Presto and Gecko, if you click on the document once, both rects turn blue, as expected.

The test is setting 'rect.style.fill = "blue";'. If it instead uses 'rect.setAttribute("fill", "blue");', everything works more as expected.

<rdar://problem/13520984>

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



More information about the webkit-unassigned mailing list