- From: Simon Pieters <notifications@github.com>
- Date: Thu, 30 Jun 2022 02:50:44 -0700
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 30 June 2022 09:50:57 UTC
I think WebKit and Chromium has some logic for only firing one of `wheel` *or* `mousewheel` depending on which event listeners are present (only `wheel` if both are present). I assume this is needed for web compat since pages may listen for both events but only expect one of them, not both. - [Demo for both listeners present](http://software.hixie.ch/utilities/js/live-dom-viewer/saved/10429) - [Demo for only mousewheel listener present](http://software.hixie.ch/utilities/js/live-dom-viewer/saved/10430) -- Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/331#issuecomment-1171005798 You are receiving this because you are subscribed to this thread. Message ID: <w3c/uievents/issues/331/1171005798@github.com>
Received on Thursday, 30 June 2022 09:50:57 UTC