[svg-developers] Re: addEventListener Not working in mozilla

2009-01-06 Thread Frank Bruder
I've created a test file which uses the exact same code you posted here, and for me it worked fine in Firefox 3.0.4 for Linux. I can't send attachments over the list, but I'll send the file to you directly in a separate mail. Tell me whether this stripped down test case works for you or not. If it

Re: [svg-developers] Re: addEventListener Not working in mozilla

2009-01-04 Thread chandra reddy
Bruder redu...@yahoo.de To: svg-developers@yahoogroups.com Sent: Saturday, January 3, 2009 6:46:45 AM Subject: [svg-developers] Re: addEventListener Not working in mozilla The question is, what is del? What does it do? Since you set the event listener at a use element I think it is probably a problem

[svg-developers] Re: addEventListener Not working in mozilla

2009-01-02 Thread Frank Bruder
The question is, what is del? What does it do? Since you set the event listener at a use element I think it is probably a problem with event.target vs. event.currentTarget. Is anything reported on the error console when you click at the element? You can try putting an alert right as the first