GNOME Bugzilla – Bug 749451
Windows have no border
Last modified: 2015-06-29 03:14:40 UTC
Application windows have no border. This makes it impossible to resize any window. It's also unpleasant to look at, when windows overlap each other. This is happening to GTK3 software outside of GNOME; more specifically with the Openbox window manager. Steps to Reproduce: 1) Open any GTK3 application 2) Hover with the cursor over the window's edge, trying to resize it 3) Nothing happens, the cursor doesn't change to acknowledge a possible action Expected Results: It should be possible to select the edge/border and drag to resize the window. The GTK3 version is 3.16.2. It started happening after an upgrade; 3.16.1 works fine.
which theme are you using ?
Created attachment 303449 [details] screenshot
The default Adwaita theme.
I made a typo in the description: it affects version 3.16.3. Version 3.16.2 works fine. Sorry about that.
Jonas, could you have a look ? This is fallout from your recent shadow width changes - before them, openbox got 'solid csd' decorations.
Created attachment 303497 [details] [review] GtkWindow: Don't assume no shadow width even when not supported Even if a window doesn't support client side shadow (gtk_window_supports_client_shadow returns FALSE), don't assume the shadow width is zero, as CSD may have been enabled anyway (meaning priv->client_decorated is TRUE). In that case we still need to report the correct width.
Attachment 303497 [details] pushed as f6d0215 - GtkWindow: Don't assume no shadow width even when not supported
*** Bug 751626 has been marked as a duplicate of this bug. ***