UNCONFIRMED107409
isInertial Add isInertial flag to mousewheel events
https://bugs.webkit.org/show_bug.cgi?id=107409
Summary Add isInertial flag to mousewheel events
mauriceprograms
Reported 2013-01-20 20:05:52 PST
Some use cases of the mouse wheel doesn't work well with inertia, so developers should have the ability to detect whether a mousewheel event is generated by inertial scrolling or the user actually is manipulating mousewheels. I suggest adding a isInertial (webkitIsInertial?) boolean flag to each mousewheel event, so it will not interfere current applications (much like how webkitDirectionInvertedFromDevice is done).
Attachments
mauriceprograms
Comment 1 2013-01-20 20:10:03 PST
Some use cases include: Google calendar changing month, Google Maps zooming, Paging scrollviews etc.
Simon Fraser (smfr)
Comment 2 2013-01-21 10:57:35 PST
This needs to be discussed in a standards group, like WHAT-WG
Note You need to log in before you can comment on or make changes to this bug.