<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED MOVED - touchpad (on X220) less precise when moving in from the edges"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94989#c21">Comment # 21</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED MOVED - touchpad (on X220) less precise when moving in from the edges"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94989">bug 94989</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>(In reply to Michael Biebl from <a href="show_bug.cgi?id=94989#c20">comment #20</a>)
<span class="quote">> The problem still persists though. Sliding in from the bottom, I only get
> movement of the cursor after 1cm or so. Sliding from top to bottom I get
> movement of the cursor all the way.</span >

yep, that's intended. the bottom 10mm are reserved for the buttons (left vs
right) and we discard movement when a finger is set down inside that button
area. The reason is quite simple: when you press the touchpad to click, your
finger shape changes and you'd get a movement before the button press which
could cause you to miss the target. see this link for some details:
<a href="https://wayland.freedesktop.org/libinput/doc/latest/clickpad_softbuttons.html">https://wayland.freedesktop.org/libinput/doc/latest/clickpad_softbuttons.html</a>

when you move into the area from the top then we don't discard the motion.
the only way around this is changing over to clickfinger behaviour.</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>