GNOME Bugzilla – Bug 745969
CSD windows cannot be moved immediately after being resized
Last modified: 2015-03-10 15:48:23 UTC
If a CSD window is resized, it cannot be moved just after, the click on the title bar is ignored, one has to click once again to grab the window. This seems like a regression in 3.15.x
The following fix has been pushed: 622a930 window: reset both press/drag gestures when move/resize drag starts
Created attachment 299014 [details] [review] window: reset both press/drag gestures when move/resize drag starts Now that this is split in two separate gestures, both must be reset when the WM grabs the pointer. Also, do on resize drags like on move drags, and claim the gesture before resetting, so the ownership is properly transferred across any other widgets.