[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 02:04:23 PDT 2012


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


David White <david at netriver.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #133056|0                           |1
        is obsolete|                            |




--- Comment #2 from David White <david at netriver.co.uk>  2012-03-23 02:04:23 PST ---
Created an attachment (id=133445)
 --> (https://bugs.webkit.org/attachment.cgi?id=133445&action=review)
New and simpler test case

This is a simpler test case. The black circle top left (path4011) has an animateTransform on mouseover and is cloned three times (<use>) to create the green, blue and red circles.

Mouseover on a coloured circle animates that circle but all others do as well. Just the one circle should animate. (Try with Firefox - dare I say that?)

What is unclear is what should happen when mouseover on the black circle. I would say that all circles should animate since they should mimic the change in properties of the original. However, that is not what Firefox does. I would be interested to have your opinion on this.

-- 
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