GNOME Bugzilla – Bug 752742
Double clicking dialog header bars makes CSD shadow disappear
Last modified: 2015-07-23 08:34:19 UTC
1) gtk3-widget-factory 2) open file chooser 3) double click header bar 4) unfocus window (click on the widget factory) 5) shadow is gone I guess it tries to maximize the window but fails and ends up in some weird semi maximized state?
Fixed in f30637bbae4686ed78dd0976cb941ebab9e28cca
This broke the following scenario (which happens here when I restore the maximized state on start): w = Gtk.Window() w.realize() w.maximize() w.show()
Maybe queue those things also in case the window isn't mapped?
Filed as bug 752765 with patch attached