- From: Gary Kacmarcik <notifications@github.com>
- Date: Sat, 25 Jul 2020 14:46:20 -0700
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 25 July 2020 21:46:32 UTC
On this [mouseevents test page](https://domeventviewer.com/mouse-event-viewer.html), if you enter from the right side (where the 3 divs align), you do get 3 `mouseenter` events when you enter "C". This is similar to the other example, but without the DOM mutation. It's a bit concerning that Chrome/Firefox apparently have different paths for the corresponding mouse and pointer events. Even if you ignore the DOM mutation, Safari interleaves the mouse/pointer events while Chome/Firefox group each type together. I think that interleaving them is more appropriate if we expect mouse and pointer events to be somewhat interchangeable. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/244#issuecomment-663909383
Received on Saturday, 25 July 2020 21:46:32 UTC