<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:glogow@fbihome.de" title="Jan-Marek Glogowski <glogow@fbihome.de>"> <span class="fn">Jan-Marek Glogowski</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - Possible Regression: Difficulty to Scroll Up Using Two Fingers on Mouse Pad"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126509">bug 126509</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>DUPLICATE
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - Possible Regression: Difficulty to Scroll Up Using Two Fingers on Mouse Pad"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126509#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - Possible Regression: Difficulty to Scroll Up Using Two Fingers on Mouse Pad"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126509">bug 126509</a>
              from <span class="vcard"><a class="email" href="mailto:glogow@fbihome.de" title="Jan-Marek Glogowski <glogow@fbihome.de>"> <span class="fn">Jan-Marek Glogowski</span></a>
</span></b>
        <pre>(In reply to V Stuart Foote from <a href="show_bug.cgi?id=126509#c2">comment #2</a>)
<span class="quote">> (In reply to V Stuart Foote from <a href="show_bug.cgi?id=126509#c1">comment #1</a>)
> >... and fixed now with <a href="https://gerrit.libreoffice.org/#/c/73614/">https://gerrit.libreoffice.org/#/c/73614/</a>

> oops, of course not that is QT5 vcl--is similar handling needed for KDE5 vcl?</span >

$ 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 <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Scrolling down on Touchpad erratic (6.2.3.2 on Ubuntu 18.04)"
   href="show_bug.cgi?id=125201">bug 125201</a>, so I'm
closing is as that.

(In reply to Gunter Ohrner from <a href="show_bug.cgi?id=126509#c0">comment #0</a>)
<span class="quote">> Expected Results:
> Smooth upwards scrolling as in every other application, and comparable to
> downwards scrolling behaviour in every application including LibreOffice.</span >

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 <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Scrolling down on Touchpad erratic (6.2.3.2 on Ubuntu 18.04)"
   href="show_bug.cgi?id=125201">bug 125201</a> ***</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>