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

So UA calls setPointerCapture to capture the pointer to drag the slider when pointerdown on the input element with range type. Calling preventDefault and setPointerCapture to another node can stop dragging the slider and pointer events can be received by the captured node. Is my understanding correct?

I have no questions about the cases of DnD and pointerlock. Thanks for clarifying these.

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

Received on Wednesday, 29 March 2017 10:51:13 UTC