Bug 6772

Summary: begin="click" is disregarded on <animateColor/>
Product: WebKit Reporter: Antoine Quint <ml>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ian, jeffschiller, zimmermann
Priority: P4 Keywords: HasReduction
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://fuchsia-design.com/WebKit/Bugs/animate_color_with_begin_click.xml
Attachments:
Description Flags
Testcase for begin="click" on <animateColor/> none

Description Antoine Quint 2006-01-24 13:53:47 PST
Setting begin="click" on an <animateColor/> element means that the color animation should begin as the element targetted by the animation is clicked. WebKit currently disregards this value and starts the animation at document load time (t=0s).
Comment 1 Joost de Valk (AlthA) 2006-01-25 01:05:52 PST
Confirmed.
Comment 2 Antoine Quint 2006-01-25 03:45:34 PST
Created attachment 5943 [details]
Testcase for begin="click" on <animateColor/>
Comment 3 Eric Seidel (no email) 2006-01-26 16:22:50 PST
This is a low visibilty issue in a partially implemented feature.  Marking p4 (like all the other SVG bugs).  No reduction needed, the test case is sufficient to demonstrate the issue.
Comment 4 Nikolas Zimmermann 2009-10-05 08:35:57 PDT
Works fine in ToT, closing.