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

We at Mozilla found that this is not web compatible since [jQuery Mobile calls MouseEvent#preventDefault() on desktop browsers without expecting mousemove](https://github.com/jquery/jquery-mobile/issues/8670). We had to [restore our previous behavior](https://bugzilla.mozilla.org/show_bug.cgi?id=1674658#c15) after getting regression reports.

We should probably prefer selectionchange event for this purpose and make mousemove not cancelable.

-- 
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-887490074

Received on Tuesday, 27 July 2021 12:59:03 UTC