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

> @saschanaz so how does it work with other browsers such as Chrome? There's probably other behavior difference of Firefox vs Chrome beyond the cancelability of mousemove?

Yes, but [a weird bug](https://bugs.chromium.org/p/chromium/issues/detail?id=1219471) in Chrome prevents canceling mousemove default action when CSS `transform: translate()` is used elsewhere on the page. So some websites basically are depending on that bug.

-- 
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/278#issuecomment-887497756

Received on Tuesday, 27 July 2021 13:09:11 UTC