[Webkit-unassigned] [Bug 19391] Dynamically created SVG script tags fail to execute
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jul 12 14:40:39 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19391
oliver at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #22258|review? |review-
Flag| |
------- Comment #5 from oliver at apple.com 2008-07-12 14:40 PDT -------
(From update of attachment 22258)
One observation: SVGScriptElement::evaluateScript has commented out code.
However i don't believe this is correct in all cases. the HTMLScriptElement
has logic to prevent a script from being executed multiple times when attached
and detached.
I'm wondering if it's worth making a ScriptElement class that has all the logic
to handle attah/detach/execution, etc, although that will require multiple
inheritance which will be yuck
and may screw html performance :-/
--
Configure bugmail: https://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