<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Delay after resting thumb"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99139">bug 99139</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>NOTABUG
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEEDINFO
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Delay after resting thumb"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99139#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Delay after resting thumb"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99139">bug 99139</a>
              from <span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span></b>
        <pre>ok, reconstructed the file here and the basic problem is: our thumb detection
currently only works on the very bottom of the touchpad, see
<a href="https://wayland.freedesktop.org/libinput/doc/latest/palm_detection.html">https://wayland.freedesktop.org/libinput/doc/latest/palm_detection.html</a>

>From what I can tell, your thumb rests in the center of the touchpad, about 1/3
up from the bottom. So it's detected as normal finger and thus the motion
becomes a two-finger scroll motion. Indeed, that's what I see in
libinput-debug-events (run with --verbose for more info).

I'm assuming the delay is thus caused by these scroll events, unless you have
something scrollable under the cursor it will appear as a motion delay. In this
recording, the pointer movement doesn't start until you lift one finger at the
0.541628 event. 

Also note that your touchpad support pressure so we really can't tell whether a
finger is a thumb or a normal finger. All I can recommend here is that you
either only place the thumb in the software button area at the bottom of the
touchpad or not rest your thumb on the touchpad, sorry.</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>