RESOLVED FIXED 10410
SVG Slider example renders completely wrong (inserting <use> dynamically doesn't work)
https://bugs.webkit.org/show_bug.cgi?id=10410
Summary SVG Slider example renders completely wrong (inserting <use> dynamically does...
Eric Seidel (no email)
Reported 2006-08-15 01:18:25 PDT
SVG Slider example renders completely wrong This would need to be reduced to know exactly what is going on here.
Attachments
Reduction (1.05 KB, image/svg+xml)
2006-09-21 09:24 PDT, mitz
no flags
Eric Seidel (no email)
Comment 1 2006-08-15 01:19:26 PDT
This renders fine in Firefox and Opera. There are no messages in the console.
Eric Seidel (no email)
Comment 2 2006-09-20 04:10:10 PDT
I suspect this is due to poor handling of <symbol>
mitz
Comment 3 2006-09-21 09:24:19 PDT
Created attachment 10685 [details] Reduction This is a problem with dynamically inserting <use>. Using the DOM inspector you can see that the initial <use> has the symbol as its child, but the dynamically-inserted one is empty.
Nikolas Zimmermann
Comment 4 2007-01-20 11:04:00 PST
Landed in r18979.
Note You need to log in before you can comment on or make changes to this bug.