Bug 10410 - SVG Slider example renders completely wrong (inserting <use> dynamically doesn't work)
Summary: SVG Slider example renders completely wrong (inserting <use> dynamically does...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Nobody
URL: http://www.carto.net/papers/svg/gui/s...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2006-08-15 01:18 PDT by Eric Seidel (no email)
Modified: 2007-01-20 11:04 PST (History)
1 user (show)

See Also:


Attachments
Reduction (1.05 KB, image/svg+xml)
2006-09-21 09:24 PDT, mitz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.