[svg-developers] eventListener crashing IE ????

2005-05-19 Thread skrellkolja
I've been working with SVG for a while now and have encountered a very irritating bug. At least that what I think it is. Suddenly IE starts terminating on refresh or when trying to enter another http-address. I have tried to understand when the problem occurs and it seems to be after adding an

Re: [svg-developers] eventListener crashing IE ????

2005-05-19 Thread Jorg Heymans
We've had some difficulties with this as well yes. The probleem seemed to go away when you deregister the eventlisteners onunload(). HTH Jorg skrellkolja wrote: I've been working with SVG for a while now and have encountered a very irritating bug. At least that what I think it is. Suddenly

Re: [svg-developers] eventListener crashing IE ????

2005-05-19 Thread Renato Salas
Hi: I had the same problem. My IE crashed when I remove an element that has an event associated with it. (*)For instance, having: var labelRectElement = document.createElementNS(svgNS,rect); labelRectElement.addEventListener(mouseover,this,false); //adding the labelRectElement to another node