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 644861 - Window labels should not hide while the workspace switcher slides in
Window labels should not hide while the workspace switcher slides in
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-15 21:28 UTC by Cosimo Cecchi
Modified: 2011-12-09 04:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make the window labels visible at all times (8.77 KB, patch)
2011-12-04 20:50 UTC, Zan Dobersek
accepted-commit_now Details | Review

Description Cosimo Cecchi 2011-03-15 21:28:19 UTC
In the overview, it seems window labels are hidden during the workspace switcher animations:

- while the switcher slides in, then they reappear as soon as the switcher has completed its animation
- when the switcher is changing workspace

While I completely agree hiding labels in the second case, I think they should not be hidden during the slide-in/slide-out animations, as it creates unnecessary visual noise.
Comment 1 Dan Winship 2011-04-11 19:23:21 UTC
They're not hidden for design reasons, they're hidden because in the old workspace switcher it would have been more-or-less impossible to move constant-size labels in unison with shrinking windows. Various changes since then (removal of grid mode and aspect ratio restrictions) have probably made this much simpler.
Comment 2 Allan Day 2011-11-18 15:46:25 UTC
Something similar happens if you drag a window (bug 650872).
Comment 3 Zan Dobersek 2011-12-04 20:50:59 UTC
Created attachment 202767 [details] [review]
Make the window labels visible at all times

When in overview, window labels flicker or are temporarily hidden on a
number of occasions - when simply clicking around the area the windows
are displayed in, dragging a window, sliding in the workspace list,
adding new workspaces etc. This patch makes the label for any window
visible at any given moment when in overview and the said window is
not being dragged around.
Comment 4 Jasper St. Pierre (not reading bugmail) 2011-12-07 10:02:20 UTC
Review of attachment 202767 [details] [review]:

This looks fine to me.
Comment 5 Allan Day 2011-12-08 14:29:22 UTC
Committed. Thanks for the patch, Zan! This is a really nice improvement.
Comment 6 Cosimo Cecchi 2011-12-09 04:21:07 UTC
Yay, thanks Zan, this really was a detail that mattered to me! :) Looks much better now.