Re: [pointerevents] What is the relationship between setPointerCapture, PointerLock, and browser default behaviors?

Regarding the slider (1st paragraph) we match the behavior of Edge and use the pointer capture for the slider thumb pointer capturing. This way this is as if the thump is calling pointer capture in its pointerdown handler. Here is the [chrome bug](https://bugs.chromium.org/p/chromium/issues/detail?id=701058) and it should be fixed in Canary.

Regarding the DnD issues (2nd and 3rd) I believe what Edge does again makes sense. So I filed [this bug](https://bugs.chromium.org/p/chromium/issues/detail?id=706106) to fix the behavior in Chrome.

As @mustaqahmed mentioned we discussed the suggested solution in #176. 

I'm going to close this issue as I believe there is nothing more to discuss on this issue. @mingchou let me know if the solutions above and also the one suggested in #176 makes sense and whether you agree with them or not.

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

Received on Tuesday, 28 March 2017 19:06:46 UTC