[Webkit-unassigned] [Bug 93972] New: beginElement() does not observe updated animation attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 14 08:52:42 PDT 2012


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

           Summary: beginElement() does not observe updated animation
                    attributes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fmalita at chromium.org
                CC: zimmermann at kde.org


Created an attachment (id=158343)
 --> (https://bugs.webkit.org/attachment.cgi?id=158343&action=review)
Circle should move left-to-right, then right-to-left

If an expired animation's attributes are updated programmatically and then the animation is restarted using beginElement(), the new values are ignored.

In the attached test, the green circle should animate left-to-right, then right-to-left. Instead, it animates left-to-right twice.

A workaround is to update the 'dur' attribute.

Chromium issue: http://code.google.com/p/chromium/issues/detail?id=141793

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