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.
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
pointerdownfor the pointer. Is this correct? I expected to get apointercancelorpointerup.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.