Re: [pointerevents] What should be the 'detail' property of pointer events? (#98)

Using the dblclick event would not work, since Mathlive is doing "double click to select text".

The dblclick event fires after "down up down up" events. At that point the mouse button has been released.

However, a text selection double click has to fire sooner. It has to get detected after "down up down", if that makes sense.

Hence, a good solution involves using the detail property of a mouse*down* event. Is that the appropriate and officially blessed solution, or would further spec work be appropriate? 

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 11 July 2023 15:55:33 UTC