<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:krh@bitplanet.net" title="Kristian Høgsberg <krh@bitplanet.net>"> <span class="fn">Kristian Høgsberg</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [bug] Weston titlebar right-click menu timing issue"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=52456">bug 52456</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>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [bug] Weston titlebar right-click menu timing issue"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=52456#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [bug] Weston titlebar right-click menu timing issue"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=52456">bug 52456</a>
              from <span class="vcard"><a class="email" href="mailto:krh@bitplanet.net" title="Kristian Høgsberg <krh@bitplanet.net>"> <span class="fn">Kristian Høgsberg</span></a>
</span></b>
        <pre>commit d2fbb3870cfaea623a87ba28c9587676bbdc93f7
Author: Kristian Høgsberg <<a href="mailto:krh@bitplanet.net">krh@bitplanet.net</a>>
Date:   Tue Oct 30 13:45:22 2012 -0400

    window: Make press-drag-release menu selection mode work

    The intended behavior is that a quick click (press and then release
    within 500ms) just pops up the menu and doesn't select anything.  Then
    we can mouse around and and click to select an item.  Alternatively, a
    click and hold (ie press and release after 500ms) lets you press right
    button, mouse down on the menu item you want and release to select it.
    This is how menus work in most toolkits.

    The handling in weston is fine, it's there to handle the case where
    the button release happens outside any client window, since the client
    doesn't get those events.  If such a release happens late or we get a
    second release outside the popup window we shut down the popup.

    The problem is in toytoolkit, where we need to select the item if we
    get a release within 500ms or if we get a second release.  A second
    release is the case where the first release came after 500ms and
    didn't pop down the menu, and the second release event is from a click
    on a menu item.

    <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [bug] Weston titlebar right-click menu timing issue"
   href="show_bug.cgi?id=52456">https://bugs.freedesktop.org/show_bug.cgi?id=52456</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>