[Linux] Add Hold Gesture to Kinetic Scrolling
Categories
(Core :: Panning and Zooming, enhancement)
Tracking
()
People
(Reporter: indecisiveautomator, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:95.0) Gecko/20100101 Firefox/95.0
Steps to reproduce:
Scrolled with kinetic scrolling enabled and attempted to stop scrolling by placing my fingers back down on the trackpad.
Actual results:
Page continued to scroll.
Expected results:
Page should stop scrolling, or at least there should be a flag for this like there is for other kinetic scrolling settings.
This can be accomplished by using the relatively-new libinput hold gesture (https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/602), which I expect was not available when this kinetic scrolling feature was implemented. It would be an incredible usability enhancement.
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Panning and Zooming' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 2•3 years ago
|
||
This is tracked in bug 1568722. In addition to libinput, we need GTK support for the hold gesture to land as well.
Description
•