[Webkit-unassigned] [Bug 96349] New: SVG does not handle dynamic document-order id changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 10 20:56:36 PDT 2012


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

           Summary: SVG does not handle dynamic document-order id changes
           Product: WebKit
           Version: 420+
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pdr at google.com
                CC: zimmermann at kde.org


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

If we have two elements with the same ID, we should use the first (in document order) element. Unfortunately we do not handle this correctly in the case of xlink:href's.

The attached testcase shows one example using animations, but this bug exists for other xlink:href cases too. In the testcase we animate the element #first but then add another #first before the one we are animating. We should switch to animating the first #first, but we incorrectly continue animating the second.

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