[Wayland] stop touchpad inertial scrolling by touching the touchpad and not scrolling
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
People
(Reporter: miika9764, Unassigned)
Details
Attachments
(1 file)
|
5.66 MB,
video/mp4
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:93.0) Gecko/20100101 Firefox/93.0
Steps to reproduce:
- use Firefox on Wayland
- scroll with touchpad (POINTER_SCROLL FINGER, 2 fingers)
- touch the touchpad again with (GESTURE_HOLD_BEGIN, 2 fingers)
Actual results:
The inertial scrolling continued
Expected results:
The inertial scrolling should have stopped. Related macos bug that was fixed: https://bugzilla.mozilla.org/show_bug.cgi?id=1554456
Comment 2•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 3•4 years ago
|
||
Botond, any idea here? Is something needed from Gtk/widget side?
Thanks.
Comment 4•4 years ago
•
|
||
We have bug 1568722 on file for this. At the time of filing, it was waiting on this libinput issue, which introduced GESTURE_HOLD_BEGIN. I see it has been merged recently.
The next step is for GTK to add support for the new hold gesture -- I see this merge request has been opened for that -- and then finally we can support it in Firefox (for people running new enough libinput + Wayland + GTK).
Let's dupe this over to bug 1568722, I'll update that bug to note the upstream progress.
Description
•