https://bugs.documentfoundation.org/show_bug.cgi?id=119745
Patrick Luby (volunteer) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #76 from Patrick Luby (volunteer) <[email protected]> --- (In reply to miles from comment #74) > Part of the problem is that Libre office scrolling only ever jumps by three > lines (on my system). I call that a bug. I cannot reproduce this on macOS. Using the trackpad, I can slowly scroll a line at a time. Only comment #35 from 2021 makes any mention of macOS so maybe this bug is the respective Windows and/or Linux code? > As a developer I'd love to jump in and fix this, but being unfamiliar with > the code I might make it worse. I don't have access to a Windows or Linux machine but I found the native macOS trackpad/scrollwheel handling code in vcl/osx/salframeview.mm. Specifically, the code is in "-(void)scrollWheel: (NSEvent*)pEvent" might be useful for any Windows and/or Linux developers to compare to. One thing I noticed in the macOS code is that all of the native distance values are reduced by 1/3 so maybe Windows and/or Linux also need some sort of reduction? -- You are receiving this mail because: You are the assignee for the bug.
