[Webkit-unassigned] [Bug 41421] Node.cloneNode does not work on SVG nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 1 11:07:51 PDT 2010


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





--- Comment #8 from Darin Adler <darin at apple.com>  2010-07-01 11:07:51 PST ---
(In reply to comment #7)
> If you grep for "updateAnimatedSVGAttribute" in WebCore/dom, you should see how it works, and how to hook that logic into cloneNode. Do you want to give it a try?

Niko, the way this should work is that Element::cloneElementWithoutChildren calls attributes(true), then Element::attributes calls updateAnimatedSVGAttribute. Why isn’t that working?

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