Bug 10410

Summary: SVG Slider example renders completely wrong (inserting <use> dynamically doesn't work)
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P4 Keywords: HasReduction
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.carto.net/papers/svg/gui/slider/index.svg
Attachments:
Description Flags
Reduction none

Description Eric Seidel (no email) 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.
Comment 1 Eric Seidel (no email) 2006-08-15 01:19:26 PDT
This renders fine in Firefox and Opera.  There are no messages in the console.
Comment 2 Eric Seidel (no email) 2006-09-20 04:10:10 PDT
I suspect this is due to poor handling of <symbol>
Comment 3 mitz 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.
Comment 4 Nikolas Zimmermann 2007-01-20 11:04:00 PST
Landed in r18979.