Re: [w3c/uievents] Shall we create a dblclick event when the cursor have moved to a different location between two clicks? (#283)

In my (in progress) [rewrite of event handling](https://w3c.github.io/uievents/event-algo.html), whether or not something is a double-click is determined by the underlying native OS.

This is required because the OS will typically have accessibility features that allow the user to specify the click-delay for 2 clicks to qualify as a double-click. And the browser should respect that.

To simulate this properly in a test, I think you'd need to inject proper native mouse events and have the OS generate the extra dbl-click event for the browser.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/283#issuecomment-738209924

Received on Thursday, 3 December 2020 18:40:23 UTC