[Libreoffice-bugs] [Bug 126509] Possible Regression: Difficulty to Scroll Up Using Two Fingers on Mouse Pad
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 22 19:53:21 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=126509
Jan-Marek Glogowski <glogow at fbihome.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |DUPLICATE
Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Jan-Marek Glogowski <glogow at fbihome.de> ---
(In reply to V Stuart Foote from comment #2)
> (In reply to V Stuart Foote from comment #1)
> >... and fixed now with https://gerrit.libreoffice.org/#/c/73614/
>
> oops, of course not that is QT5 vcl--is similar handling needed for KDE5 vcl?
$ LANG=C wc -l vcl/unx/kf5/*
210 vcl/unx/kf5/KF5FilePicker.cxx
65 vcl/unx/kf5/KF5FilePicker.hxx
252 vcl/unx/kf5/KF5SalFrame.cxx
49 vcl/unx/kf5/KF5SalFrame.hxx
123 vcl/unx/kf5/KF5SalInstance.cxx
48 vcl/unx/kf5/KF5SalInstance.hxx
747 total
For fun I also ran:
$ cloc vcl/unx/kf5/
6 text files.
6 unique files.
0 files ignored.
github.com/AlDanial/cloc v 1.81 T=0.01 s (408.3 files/s, 50833.9 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
C++ 3 101 126 358
C/C++ Header 3 34 62 66
-------------------------------------------------------------------------------
SUM: 6 135 188 424
-------------------------------------------------------------------------------
In comparison to:
$ wc -l vcl/qt5/* vcl/inc/qt5/*
...
13137 total
$ $ cloc vcl/qt5/ vcl/inc/qt5/
60 text files.
60 unique files.
0 files ignored.
github.com/AlDanial/cloc v 1.81 T=0.09 s (682.3 files/s, 149390.8 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
C++ 31 1409 829 8427
C/C++ Header 29 458 582 1432
-------------------------------------------------------------------------------
SUM: 60 1867 1411 9859
-------------------------------------------------------------------------------
So you can basically assume to almost never find a "real" kde5 / kf5 bug, but a
bug in the underlying qt5 plugin. Most of the code in kf5 is just boilerplate.
/me also tried sloccount, but that doesn't seem to account header files...
So I very much assume you're right and this is a dup of bug 125201, so I'm
closing is as that.
(In reply to Gunter Ohrner from comment #0)
> Expected Results:
> Smooth upwards scrolling as in every other application, and comparable to
> downwards scrolling behaviour in every application including LibreOffice.
Smooth scrolling isn't yet implemented, nevertheless current scrolling
implementation in 6.3 should fix the erratic behavior you reported in this bug.
*** This bug has been marked as a duplicate of bug 125201 ***
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190722/591f6617/attachment.html>
More information about the Libreoffice-bugs
mailing list