yes - this really is a restriction on the use element. If you want to get the reference to a use element, you have to use .currentTarget and place the event handler attribute on the use element directly, not on a parent group, as you might be used to do with regular shapes.
All proper SVG UAs act like you describe. Andreas --- In [email protected], "richard_smith_ons" <[EMAIL PROTECTED]> wrote: > > > http://bugs.webkit.org/show_bug.cgi?id=14167 > > Due to the above I get "evt.target.getAttributeNS not an object" when > trying to process the events on a USE element (Safari 3.0.3 for > Windows). The conclusion seems to be it's not a bug (!) Is there a > recommended workaround? > > Thanks > > Richard > ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

