[Webkit-unassigned] [Bug 20892] New: Transition starts running when it shouldn't

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 16 16:20:19 PDT 2008


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

           Summary: Transition starts running when it shouldn't
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cmarrin at apple.com


Run the attached test case and notice that it fails. This test has an animation
and transition on the same property (-webkit-transform). The transition is
never started, it's property is never changed. But when the animation starts,
the AnimationController thinks the transition should start, because the
animation starts changing the property.

The fix is to have the animation remember the style just before it started and
use that to test the transition against. Patch is attached.


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