Re: [w3c/uievents] Explain that mousedown focuses form controls (#81)

Related Chrome bug: [mousedown from buttons 4 and 5 cause focus and blur](https://bugs.chromium.org/p/chromium/issues/detail?id=1465329)

It's not exactly the same because it causes a `blur` event (not the same as focusing a form element).

Firefox and Safari do not perform this behavior. But Chrome has it as the default action for the mousedown event which allows devs to call `preventDefault` on it.

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

Message ID: <w3c/uievents/issues/81/1638815250@github.com>

Received on Monday, 17 July 2023 20:22:17 UTC