Re: [pointerevents] Add OS image dragging to non-normative reasons for pointercancel

I tried to some up the decision that the people were inclined to in my last comment. Basically we would like to have:

- `pointercancel` will be dispatched immediately before `dragstart`.
- If there was a pointer capture in place drag operation never starts (i.e. `dragstart` is never dispatched)

However, this is not what Edge does. I believe in Edge if drag starts there will be a lostpointercapture after a few drag events and there is no pointercancel either. So we were wondering if the solution above would be something reasonable as is it something you can change Edge to match.

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

Received on Monday, 12 June 2017 14:18:52 UTC