[Webkit-unassigned] [Bug 81792] Triggering an animation in cloned (uses) object causes all other cloned objects to animate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 23 06:20:26 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=81792





--- Comment #10 from David White <david at netriver.co.uk>  2012-03-23 06:20:26 PST ---
(In reply to comment #9)
> Oops, I take that back. Both of your examples work as intended on FireFox nightlies (only the circle which is hovered is animated -- you said you've filed a FF bug for that? What's not working correctly on FF? I don't fully understand it).
> 
> Opera and WebKit have the same behavior (animation is triggered everywhere, whenever you hover an instance).

Expected behaviour is that if you hover over the path (black), all should animate. But if you hover over a <use> (coloured) just that one animates.

What FF does wrong is that if you hover over the black just the black animates. The spec is very clear on this. "Animations on a referenced element will cause the instances to also be animated." That is the FF bug. What FF does right, I think, is just the one item animates if you hover over a <use>.

Comments to follow on cloning!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list