After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 719772 - csd/headerbar titles go under shell top bar
csd/headerbar titles go under shell top bar
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-12-03 13:34 UTC by William Jon McCann
Modified: 2014-01-22 14:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
constraints: CSD windows need to have their titlebar kept onscreen too (966 bytes, patch)
2014-01-21 18:00 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description William Jon McCann 2013-12-03 13:34:39 UTC
Unlike the mutter provided titlebars, the CSD/HeaderBar style titlebars can go under the shell top bar. This is especially a noticeable when trying to maximize a window. And problematic if the window is dropped under the top bar. This makes it impossible to move without keyboard shortcuts.
Comment 1 Jasper St. Pierre (not reading bugmail) 2014-01-21 18:00:32 UTC
Created attachment 266908 [details] [review]
constraints: CSD windows need to have their titlebar kept onscreen too

GTK+ CSD windows are considered undecorated by the code, so we should
not force ourselves to only run on decorated windows.
Comment 2 Rui Matos 2014-01-22 10:09:29 UTC
Review of attachment 266908 [details] [review]:

There's no clear rationale for why this condition was there in the commit that introduced it, so yeah let's remove it and see what breaks :-)