[Webkit-unassigned] [Bug 19391] Dynamically created SVG script tags fail to execute
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 5 01:58:18 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=19391
oliver at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eric at webkit.org,
| |mjs at apple.com,
| |oliver at apple.com
Summary|js as php is ignored |Dynamically created SVG
| |script tags fail to execute
------- Comment #2 from oliver at apple.com 2008-06-05 01:58 PDT -------
Okay this issue is caused by SVGScriptElement not implementing
insertedIntoDocument and related-fu, which means that they never execute once
they're inserted into the dom. In fact the current implementation appears to
do nothing but manage scripts that are referenced at parse time -- dynamically
updating the href tag also does not appear to do the required update logic.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list