Bug 63550

Summary: SMIL endElement causes animation to jump to end state
Product: WebKit Reporter: Tim Horton <thorton>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jchaffraix, joybro201, krit, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 41761    
Attachments:
Description Flags
Testcase none

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.