GNOME Bugzilla – Bug 690580
XI2 Regression: Grab ops become "stuck"
Last modified: 2013-02-13 17:33:27 UTC
Steps: 1. Press Alt+F7 2. Move window 3. Click Expected: The cursor is ungrabbed Actual: The cursor is still grabbed, and needs a second click to un-stick it.
Tracing through the X server calls, it's clear that we're ungrabbing the pointer. This might need someone to add logging statements to the X server to figure out.
Ugly regression. Belongs on the 3.8 blocker list.
Created attachment 235917 [details] [review] display: Pass timestamp to meta_display_end_grab_op We need to pass the timestamp not the event detail to meta_display_end_grab_op
Attachment 235917 [details] pushed as 579bf21 - display: Pass timestamp to meta_display_end_grab_op Pushed after IRC review.