[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 07:04:46 PDT 2012


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





--- Comment #14 from Nikolas Zimmermann <zimmermann at kde.org>  2012-03-23 07:04:46 PST ---
(In reply to comment #12)
> The whole contents  of the referenced element are cloned into the deep-copy, including all sub-elements and attributes. There's no allowance mentioned for leaving anything out, such as SMIL. The SMIL elements are part of the SVG document model so they must be copied as well.
Indeed, you're right. We probably got this wrong from the beginning.
It was meant as an optimization, to avoid having to run N animations, where one could animate all instances. But I see the problem now, and the cases where this fails, thanks for bringing this up!

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