Bug 24802 - appendChild broken for symbol-use
Summary: appendChild broken for symbol-use
Status: RESOLVED DUPLICATE of bug 14639
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2009-03-25 10:00 PDT by jay
Modified: 2010-01-21 14:54 PST (History)
2 users (show)

See Also:


Attachments
all three rectangles should raise an alert when clicked (2.10 KB, image/svg+xml)
2009-03-25 10:01 PDT, jay
no flags Details

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