<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_ASSIGNED "
   title="ASSIGNED - Lazy four fingered swipe does not work"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96687">bug 96687</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;">Status</td>
           <td>NEW
           </td>
           <td>ASSIGNED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Lazy four fingered swipe does not work"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96687#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Lazy four fingered swipe does not work"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96687">bug 96687</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>The problem is two-fold here. The gesture is recognised as a pinch gesture
instead, caused by 83f3dbd. Thats arguably wrong for a 4 finger gesture but the
immediate fix (checking for == 2 fingers in that condition) doesn't fix your
issue either because only two fingers are detected in the first event. So it
still triggers, with extra fingers added later.

Looks like this is the case where we need to start using the cancel event more
aggressively.</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>