Re: [w3c/uievents] mousemove and preventDefault() (#278)

Looking back at this issue after a while, I get a partial picture about compat problems with two orthogonal default actions of `mousemove`:
- Chrome couldn't fix `dragstart` default action:
https://bugs.chromium.org/p/chromium/issues/detail?id=346473#c34
- Mozilla couldn't fix `selectionchange` default action: https://github.com/w3c/uievents/issues/278#issuecomment-887490074

We need to check each event on Chrome, Firefox and Safari for a complete picture.

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

Message ID: <w3c/uievents/issues/278/1761620770@github.com>

Received on Friday, 13 October 2023 14:31:29 UTC