Bug 89943 - Pausing+unpausing before an animation begins breaks the animation
Summary: Pausing+unpausing before an animation begins breaks the animation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philip Rogers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-25 22:25 PDT by Philip Rogers
Modified: 2012-06-26 05:56 PDT (History)
2 users (show)

See Also:


Attachments
Testcase (750 bytes, text/html)
2012-06-25 22:25 PDT, Philip Rogers
no flags Details
Fix a bug where animations fail to start (3.99 KB, patch)
2012-06-25 22:51 PDT, Philip Rogers
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Rogers 2012-06-25 22:25:36 PDT
Created attachment 149454 [details]
Testcase

If pauseAnimations() and unpauseAnimations() are called before animations begin, the animations will never start.
Comment 1 Philip Rogers 2012-06-25 22:51:50 PDT
Created attachment 149459 [details]
Fix a bug where animations fail to start

I was bitten by this bug in the process of testing https://bugs.webkit.org/show_bug.cgi?id=81350 :/
Comment 2 Nikolas Zimmermann 2012-06-26 05:04:07 PDT
Comment on attachment 149459 [details]
Fix a bug where animations fail to start

while(1) { pdr++}, r=me.
Comment 3 WebKit Review Bot 2012-06-26 05:56:32 PDT
Comment on attachment 149459 [details]
Fix a bug where animations fail to start

Clearing flags on attachment: 149459

Committed r121258: <http://trac.webkit.org/changeset/121258>
Comment 4 WebKit Review Bot 2012-06-26 05:56:43 PDT
All reviewed patches have been landed.  Closing bug.