[Prototype-core] Re: mouseenter and mouseleave events don't fire when an element is resized from under it.

2009-08-26 Thread Simon Charette
Can you provide a test case, it would make it easier to test on our side. It looks rather like a browser issue due to the way mouse events are handled than a Prototype problem to me. 2009/8/26 Ngan nganp...@gmail.com I'm only having problems with mouseleave (mouseenter doesn't concern me as

[Prototype-core] Re: mouseenter and mouseleave events don't fire when an element is resized from under it.

2009-08-26 Thread Simon Charette
I see what you mean, however I think this implementation is the correct behavior according to W3C DOM Eventshttp://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-MouseEvent(see mouseover and mouseout). The mouseover event occurs when the pointing device is *moved* onto an element. This