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 645324 - position window title overlay at the top of the windows (in overview).
position window title overlay at the top of the windows (in overview).
Status: RESOLVED WONTFIX
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks: 615378
 
 
Reported: 2011-03-20 19:09 UTC by wepmaschda
Modified: 2011-07-05 17:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
window title overlay is positioned at the top of the windows. (2.73 KB, patch)
2011-03-20 19:09 UTC, wepmaschda
none Details | Review

Description wepmaschda 2011-03-20 19:09:05 UTC
Window titles with a gap at the bottom of windows are not usable with Native Window Placement Strategy (https://bugzilla.gnome.org/show_bug.cgi?id=615378).

Placing window titles at the top of windows doesn't disturb watching the relevant content and fits better to normal window handling where the title is placed at the top of the windows as well.
Comment 1 wepmaschda 2011-03-20 19:09:08 UTC
Created attachment 183857 [details] [review]
window title overlay is positioned at the top of the windows.
Comment 2 Dan Winship 2011-04-11 20:32:39 UTC
(In reply to comment #0)
> Window titles with a gap at the bottom of windows are not usable with Native
> Window Placement Strategy (https://bugzilla.gnome.org/show_bug.cgi?id=615378).

why not?
Comment 3 wepmaschda 2011-04-13 08:25:52 UTC
(In reply to comment #2)
> (In reply to comment #0)
> > Window titles with a gap at the bottom of windows are not usable with Native
> > Window Placement Strategy (https://bugzilla.gnome.org/show_bug.cgi?id=615378).
> 
> why not?

Maybe "not usable" is a bit too much. 

When using the normal grid algorithm the size of the overlay is used in the algorithm to reserve enough space so that the windows' titles look connected to the corresponding windows.

When using Native Window Placement Strategy the gaps around the windows are dependent on the size of the windows. The more windows are on the desktop the smaller the windows are represented and the smaller the gaps are. This leads to strange overlaps of window titles when using many windows. 

The problem could also be solved by predicting the total space the windows will need (= the scale of the windows) or even dynamically while running but for me it seems to be easier to connect the window titles to the windows more directly.

It would also lead a bit to this mockup:
http://live.gnome.org/GnomeShell/Design#Window_picker
(If this is still up to date?)
Comment 4 Owen Taylor 2011-07-05 17:27:37 UTC
Probably obsoleted by the work in bug 650254 in any case