[Webkit-unassigned] [Bug 111927] New: Style updates are not propagated to <use> elements after creation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 9 12:50:50 PST 2013


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

           Summary: Style updates are not propagated to <use> elements
                    after creation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: stuart at testtrack4.com
                CC: zimmermann at kde.org


Created an attachment (id=192349)
 --> (https://bugs.webkit.org/attachment.cgi?id=192349&action=review)
Testcase

Changing the style of an element through the DOM does not update the style of any <use> elements referencing that element if the style is updated after creation.

Repro: See test case. The change of the <circle>'s fill from green to navy that happens at initialization is copied by the <use> element, but the change on the timeout from navy to blue is not.

-- 
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