Bug 24802

Summary: appendChild broken for symbol-use
Product: WebKit Reporter: jay <jay>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: eric, zimmermann
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
all three rectangles should raise an alert when clicked none

Description jay 2009-03-25 10:00:28 PDT
All three rectangles should raise an alert when clicked

parity Opera

parity Mozilla 
mozilla has a bug: https://bugzilla.mozilla.org/show_bug.cgi?id=265895
implement SVGElementInstance event delivery for <svg:use>

Webkit only displays two, the one attached by script to a group within a symbol is not displayed, though the symbol is....
Comment 1 jay 2009-03-25 10:01:46 PDT
Created attachment 28930 [details]
all three rectangles should raise an alert when clicked
Comment 2 jay 2009-03-25 10:07:23 PDT
Version 4 Public Beta (5528.16, r41944)
Comment 3 Eric Seidel (no email) 2009-03-25 13:22:57 PDT
This requires a way for symbols to notify all use clients when they are modified.  I don't think that's implemented yet.
Comment 4 Mark Rowe (bdash) 2009-03-25 13:57:33 PDT
Please don't copy me on bugs for no reason.
Comment 5 Nikolas Zimmermann 2010-01-20 19:40:24 PST
I've got a fix for this bug, and <symbol> is now reacting to window size changes - fixing peepo.co.uk - still need to create testcases...tomorrow..
Comment 6 Nikolas Zimmermann 2010-01-21 14:54:16 PST
The patch on 14639 fixes it.

*** This bug has been marked as a duplicate of bug 14639 ***