- From: Jake Archibald via GitHub <sysbot+gh@w3.org>
- Date: Thu, 26 Aug 2021 11:29:18 +0000
- To: public-pointer-events@w3.org
jakearchibald has just created a new issue for https://github.com/w3c/pointerevents: == Should triggering the contextmenu with the mouse cause a pointercancel? == https://static-misc-3.glitch.me/pointer-test/2.html Open the console to see logging, and right click somewhere on the page to get a context menu. On OSX 11.5.2, I only get a `pointerdown` for the pointer. Is this correct? I expected to get a `pointercancel` or `pointerup`. If the pointer is captured, Chrome releases the capture on the next pointer move after the context menu is closed. Firefox and Safari don't release the capture until the next left click. Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/408 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 26 August 2021 11:29:20 UTC