GNOME Bugzilla – Bug 748819
Windows can be dragged over top constraint
Last modified: 2016-04-06 16:01:45 UTC
While dragging a window by it's title bar, you can move it under the top bar, unlike in the X session, where the window will touch the top bar, but never go further. The bottom constraint works fine, just like in X (the window still has it's title bar and part of it's contents visible in the lowest position). Arch Linux, fully updated, GNOME 3.16.1. No extensions. Thanks.
This is still an issue in 3.20, and very annoying.
Created attachment 324609 [details] [review] wayland: Make wayland move/resizes be constrained the same as X11 Just like we do for _NET_WM_MOVERESIZE messages on X11, consider wayland client move/resizes as "frame actions" so that the same constraints are applied to them, in particular the titlebar visibility constraint.
Review of attachment 324609 [details] [review]: Should there be a comment similar to https://git.gnome.org/browse/mutter/tree/src/x11/window-x11.c#n2462? In any case, makes sense to me ...
Added a comment and pushed Attachment 324609 [details] pushed as e017148 - wayland: Make wayland move/resizes be constrained the same as X11