Bug 20903

Summary: transition end event when -webkit-transition-property: all puts wrong propertyName in event
Product: WebKit Reporter: Chris Marrin <cmarrin>
Component: CSSAssignee: Chris Marrin <cmarrin>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch, including modified layout test sam: review+

Description Chris Marrin 2008-09-17 14:35:31 PDT
The propertyName in the event is empty if the transition-property is set to all (or left as the default). If you transition multiple properties it is impossible to tell which event is firing for which property. You can see this, for instance, in LayoutTests/transitions/transition-end-event-all-properties.html. It logs an empty propertyName for each event.
Comment 1 Chris Marrin 2008-09-17 14:38:34 PDT
Created attachment 23509 [details]
Patch, including modified layout test
Comment 2 Simon Fraser (smfr) 2008-09-22 13:20:12 PDT
Committed r36774
	M	WebCore/ChangeLog
	M	WebCore/page/animation/ImplicitAnimation.cpp
	M	LayoutTests/ChangeLog
	M	LayoutTests/transitions/transition-end-event-all-properties.html
	M	LayoutTests/transitions/transition-end-event-all-properties-expected.txt
r36774 = 0f83a518dda6b9973d30f2bae7a1b82083bc5b29 (trunk)