GNOME Bugzilla – Bug 730589
Windows are resizable through a GtkPopover
Last modified: 2014-05-27 15:58:09 UTC
Created attachment 276999 [details] Screenshot illustrating the problem See the attached screenshot from gtk3-demo. That is with current gtk+ master but 3.10 gnome-shell/mutter. As a side effect, this makes the shown buttons partially unclickable because the window gets resized instead.
May well be fallout from the gestures merge
Also happens with mutter, gnome-shell and gtk+ 3.12, e.g. with a small-enough gedit window (and when I said 3.10 in the first comment, I meant 3.12).
From the looks of it, the border GdkWindows are raised above popovers', so the latter isn't clickable, I'm having a look at that.
Created attachment 277269 [details] [review] window: Do not raise border windows on each size allocation This prevents these windows from being raised above popovers, which is about the only child widget that may overlap with those anyway.
Review of attachment 277269 [details] [review]: looks ok to me
Attachment 277269 [details] pushed as d9bdb9a - window: Do not raise border windows on each size allocation