<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 WONTFIX - buttonarea right-click does not work when finger on left buttonarea"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94263">bug 94263</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>WONTFIX
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>peter.hutterer@who-t.net
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - buttonarea right-click does not work when finger on left buttonarea"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94263#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - buttonarea right-click does not work when finger on left buttonarea"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94263">bug 94263</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>tbh, this isn't something fixable. we do (in most cases) know the positions of
the finger but we also use the bottom area for middle button emulation, so if
you have two fingers down, one in each area you get a middle click instead.

it is also really difficult to guess which button event to send when you have
two fingers down and one moved. The touchpad only gives us the location data of
each finger and a click event, it doesn't tell us which finger caused the click
event. we tend to bias towards the left button here because it's a much more
common interaction, especially moving the cursor towards the bottom right and
then clicking with a finger should usually cause a left button event.

so yeah, not something we can fix unfortunately, mainly because we cannot
identify the "clicking finger". this bugzilla doesn't have a CANTFIX
resolution, so I'll have to close it as WONTFIX</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>