Re: [w3c/uievents] Expose wheel event scrolling state to DOM events (#170)

Microsoft edge 42.17035.1000.0 sends wheel events while scrolling with touchpad but it doesn't support async wheel events.
A minor change in Safari's case: Only in case of scrolling on the mainframe the rest of the wheel events are skipped and otherwise they are all sent. While scrolling on a div it sends all wheel events and doesn't support async wheel events.

I used a simple scrollable div and added a blocking wheel event listener with a busy loop of 200ms inside.

-- 
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/170#issuecomment-344039605

Received on Monday, 13 November 2017 20:00:16 UTC