Bug 136273

Summary: [ENHANCEMENT] kinetic/inertial scrolling for libinput users
Product: LibreOffice Reporter: JCGoran <jcgoran>
Component: UIAssignee: Not Assigned <libreoffice-bugs>
Status: UNCONFIRMED ---    
Severity: enhancement CC: aron.budea, rafael.palma.lima
Priority: medium Keywords: needsDevAdvice
Version: 7.0.0.1 rc   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
Crash report or crash signature: Regression By:

Description JCGoran 2020-08-29 20:42:38 UTC
On Linux, the libinput driver, unlike the now legacy Synaptics driver, does not by itself implement kinetic/inertial scrolling, as mentioned here:
https://wayland.freedesktop.org/libinput/doc/latest/faqs.html#kinetic-scrolling-does-not-work
This means that it's basically up to the application to implement it instead, and having it present in all LibreOffice components would be a nice QoL improvement for touchpad and touchscreen users.
Comment 1 Aidan 2021-06-04 13:50:48 UTC
This would be an extremely helpful change. In addition to kinetic scrolling, it would also be great to have pinch zoom gestures on Wayland and on X11 (once the Xinput2 changes have been merged which make it possible to get touch events directly from libinput).
Comment 2 JCGoran 2022-05-28 14:08:20 UTC
Friendly bump, in case there is interest in implementing this particular feature.