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

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.