[Webkit-unassigned] [Bug 74801] Creating <animate> elements on DOM event after window load do not execute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 21 18:17:18 PDT 2012


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





--- Comment #1 from Nathan Wright <nathan at simplestation.com>  2012-04-21 18:17:18 PST ---
Created an attachment (id=138261)
 --> (https://bugs.webkit.org/attachment.cgi?id=138261&action=review)
Additional test case

I've narrowed down this issue a bit more. It's possible to create an animation using javascript if and only if the SVG element was first rendered during page load. For example, if the SVG was created using an inline script inside the document tag, you can later inject animation elements and they will indeed work. If the SVG creation happens any time after the document has finished loading, the injected animate elements will not respond to beginElement().

This test case fails in Webkit 535.19 (Chrome 18.0.1025.163) and Webkit 534.51.22 (Safari 5.1.1). Firefox 11 behaves correctly.

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