Bug 21537 - Re-targeting a running transition fails
Summary: Re-targeting a running transition fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 16:47 PDT by Simon Fraser (smfr)
Modified: 2008-10-10 17:32 PDT (History)
2 users (show)

See Also:


Attachments
Testcase (1.70 KB, text/html)
2008-10-10 16:48 PDT, Simon Fraser (smfr)
no flags Details
Patch, changelog, testcase (4.93 KB, patch)
2008-10-10 17:06 PDT, Simon Fraser (smfr)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2008-10-10 16:47:47 PDT
If a transform transition is running on an element, and a timer fires to sets a new transform, then the element fails to start a new transition to that destination; it snaps there.
Comment 1 Simon Fraser (smfr) 2008-10-10 16:48:13 PDT
Created attachment 24280 [details]
Testcase
Comment 2 Simon Fraser (smfr) 2008-10-10 16:53:15 PDT
This was regressed by bug 21025.
Comment 3 Simon Fraser (smfr) 2008-10-10 17:06:42 PDT
Created attachment 24284 [details]
Patch, changelog, testcase
Comment 4 Darin Adler 2008-10-10 17:11:26 PDT
Comment on attachment 24284 [details]
Patch, changelog, testcase

+/*      -webkit-transition-property: -webkit-transform;*/

We normally don't like to include commented-out code, even in test cases.

r=me
Comment 5 Simon Fraser (smfr) 2008-10-10 17:32:48 PDT
Committed r37495
	M	WebCore/ChangeLog
	M	WebCore/page/animation/CompositeAnimation.cpp
	M	LayoutTests/ChangeLog
	A	LayoutTests/transitions/retargetted-transition-expected.txt
	A	LayoutTests/transitions/retargetted-transition.html
r37495 = 02722eae1d174a9c28de1e1191775d3616520fa1 (trunk)