[svg-developers] My shape doesn't want to follow....

2006-06-14 Thread Bruno Marquiÿffffe9
Hi all, I have a weird behavior, that I will try to explain you, first, I'am using IE6 and ASV3 : I have severals elements in my svg document those look like this : g onmousemove=changePosition(evt) transform=translate(...) use xlink:href... //a complex icon //no evt listener rect

Re : [svg-developers] My shape doesn't want to follow....

2006-06-14 Thread Bruno Marquiÿffffe9
Thanks for your answer. Your problem is common, though your diagnosis is probably not quite right. If you are putting the mousemove event on the target element itself, then you are losing the mousemove event when you exit the target element's area. ***Yes you're right, the g is sometimes not