GNOME Bugzilla – Bug 696017
problem with csd resizing
Last modified: 2015-08-03 15:44:37 UTC
When I start a resize from the window border, and the drag moves a button over the position where I started the drag, the button highlights as if the pointer was hovering. The same does not happen when starting a resize from the resize handle. It also doesn't happen under Wayland, only when forcing csd under X with GTK_CSD=1
reparenting content (bug 696341) may have the side-effect of fixing this
(In reply to comment #1) > reparenting content (bug 696341) may have the side-effect of fixing this It doesn't
The X wm grabs the pointer and X sends a LeaveNotify with mode=NotifyGrab, and detail=NotifyVirtual. Looking at _gdk_device_manager_core_handle_focus() it looks like it doesn't consider that combination to affect toplevel->has_pointer_focus.
*** Bug 707512 has been marked as a duplicate of this bug. ***
This seems fixed now anyway