https://bugs.freedesktop.org/show_bug.cgi?id=66167

Kristian Høgsberg <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Kristian Høgsberg <[email protected]> ---
commit dfe310512b4ed8f5dd591611b61a5dfd114403b0
Author: Rob Bradford <[email protected]>
Date:   Wed Jun 26 19:49:11 2013 +0100

    shell: Allow ending of popup grabs from within the starting of the grab

    Calling weston_pointer_start_grab can lead to a code path (in this case
    when the shell surface is unresponsive) that can try and remove the
    popup grab to setup a shell grab.

    Ending the popup grab requires removing the surface from the grab's
    surfaces list - however the grab had not yet been fully setup so the
    grabbed surface was not yet in this list.

    With this change we ensure we add the surface to the list before setting
    up the pointer grab.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to