Bug 63550 - SMIL endElement causes animation to jump to end state
Summary: SMIL endElement causes animation to jump to end state
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 59897 (view as bug list)
Depends on:
Blocks: 41761
  Show dependency treegraph
 
Reported: 2011-06-28 11:50 PDT by Tim Horton
Modified: 2011-08-27 23:20 PDT (History)
4 users (show)

See Also:


Attachments
Testcase (1000 bytes, image/svg+xml)
2011-06-28 11:50 PDT, Tim Horton
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2011-06-28 11:50:36 PDT
Created attachment 98953 [details]
Testcase

In WebKit, calling endElement on an SMIL animation causes the animation to jump to the end state. In Gecko and Opera, it causes the animation to pause in place, without jumping to the end state.

Steps to Reproduce:

1. Open the attached testcase.
2. Click the green button.
3. Click the red button.

Expected Outcome:

The circle stops moving and remains in its current location.

Actual Outcome:

The circle stops moving and jumps to the location it would be in had the animation run to completion.

There is a significant disparity between the way [Opera, Gecko] and WebKit handle this.
Comment 1 Tim Horton 2011-06-28 11:52:07 PDT
*** Bug 59897 has been marked as a duplicate of this bug. ***
Comment 2 Dirk Schulze 2011-06-28 12:52:35 PDT

*** This bug has been marked as a duplicate of bug 63553 ***
Comment 3 Dirk Schulze 2011-06-28 13:12:44 PDT
Sorry, this bug is no duplication.
Comment 4 Young Han Lee 2011-08-27 19:31:19 PDT
This bug is resolved by bug 63553.
Comment 5 Dirk Schulze 2011-08-27 23:20:32 PDT
Close bug according to comment of Young Han.