Re: [pointerevents] Issue with compatibility mouse events and inconsistency with mouse pointerevent

Appears that we have a bug in Edge - thanks for the discussion.

The behavior should be #1 as stated above, which translates to:

---- Step 1 ----
pointerover (id=1) on green
mouseover on green
pointerenter (id=1) on green
mouseenter on green
---- Step 2 ----
pointerover (id=134) on blue
mouseover on blue
pointerenter (id=134) on blue
mouseenter on blue
pointerout (id=134) on blue
mouseout on blue
pointerleave (id=134) on blue
mouseleave on blue
---- Step 3 ----
mouseover on green

-- 
GitHub Notification of comment by teddink
Please view or discuss this issue at 
https://github.com/w3c/pointerevents/issues/35#issuecomment-192506739 
using your GitHub account

Received on Friday, 4 March 2016 22:48:34 UTC