Bug 30454

Summary: After running a transition with an end event listener, can't change the transform
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarrin, dino
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch simon.fraser: review+

Simon Fraser (smfr)
Reported 2009-10-16 13:36:56 PDT
There's a bug where, if you have a webkitTransitionEnd event listener on the page, and you run a transition on -webkit-transform, subsequent attempts to set the transform fail. The problem is that the animation isn't getting cleaned up off the GraphicsLayer, and so the transform change doesn't show up.
Attachments
Patch (15.63 KB, patch)
2009-10-16 16:22 PDT, Simon Fraser (smfr)
simon.fraser: review+
Simon Fraser (smfr)
Comment 1 2009-10-16 16:22:58 PDT
Simon Fraser (smfr)
Comment 2 2009-10-16 17:05:23 PDT
Comment on attachment 41339 [details] Patch r=mitz on irc
Simon Fraser (smfr)
Comment 3 2009-10-16 17:22:58 PDT
Note You need to log in before you can comment on or make changes to this bug.