- From: Navid Zolghadr via GitHub <sysbot+gh@w3.org>
- Date: Wed, 17 Aug 2016 14:24:25 +0000
- To: public-pointer-events@w3.org
Yes. It is. After B.setPointerCapture A definitely doesn't have the capture. At this point hasPointerCapture returns true because B is set in pendingPointerCaptureTarget. Having pendingPointerCaptureTarget==B allows B to release the pointer capture. Now that B also released the capture the pendingPointerCaptureTarget is null and as the result hasPointerCapture should return false. -- GitHub Notification of comment by NavidZ Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/133#issuecomment-240427845 using your GitHub account
Received on Wednesday, 17 August 2016 14:24:32 UTC