RESOLVED FIXED 11660
SVG: creation of <use/> elements through scripting/DOM doesn't work
https://bugs.webkit.org/show_bug.cgi?id=11660
Summary SVG: creation of <use/> elements through scripting/DOM doesn't work
Andreas Neumann
Reported 2006-11-21 02:46:35 PST
The dynamic creation of new <use/> elements with scripting/DOM doesn't work. This bug is partially related to bug http://bugs.webkit.org/show_bug.cgi?id=10410 where the sliders also need dynamically created <use/> elements. Thanks for having a look at this.
Attachments
this is the crashlog from http://www.carto.net/papers/svg/gui/checkbox_and_radiobutton/index.svg (22.86 KB, text/plain)
2007-01-23 00:54 PST, Andreas Neumann
no flags
Eric Seidel (no email)
Comment 1 2006-12-25 23:41:04 PST
Yet another example of this: http://svg-whiz.com/svg/ShowBoundingBox.svg
Nikolas Zimmermann
Comment 2 2007-01-20 11:05:00 PST
Landed in r18979.
Andreas Neumann
Comment 3 2007-01-23 00:52:44 PST
I can confirm that it works now. This is good news! However, in the current version (latest nightly) I also have crashes, maybe as a regression to this bugfix? If you open as an example http://www.carto.net/papers/svg/gui/checkbox_and_radiobutton/index.svg I get crashes. I'll attach the crashlog here. The crash happens if I toggle one checkbox and then toggle it again. What the script mainly does, is toggling the "display" attribute of the <use/> elements to "none" or "inline".
Andreas Neumann
Comment 4 2007-01-23 00:54:29 PST
Nikolas Zimmermann
Comment 5 2007-01-24 04:26:58 PST
(In reply to comment #3) > I can confirm that it works now. This is good news! > > However, in the current version (latest nightly) I also have crashes, maybe as > a regression to this bugfix? Hi Andreas, good catch - I'll look into this later! Niko
Note You need to log in before you can comment on or make changes to this bug.