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 610350 - New workspaces slide over the workspace controls in grid view
New workspaces slide over the workspace controls in grid view
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-02-18 12:11 UTC by Florian Müllner
Modified: 2010-03-01 18:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Clip workspace area in grid view (2.48 KB, patch)
2010-02-18 12:11 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2010-02-18 12:11:48 UTC
This looks slightly odd now; when animating the transition to the grid view as in bug 610191, it looks utterly broken.
Comment 1 Florian Müllner 2010-02-18 12:11:56 UTC
Created attachment 154124 [details] [review]
Clip workspace area in grid view

When workspaces slide in/out in mosaic view, they may cross with the
workspace controls, which looks pretty weird.

Also adjust the vertical spacing in the grid view so that the grid height
matches the workspace height in the linear view.
Comment 2 Dan Winship 2010-03-01 16:34:19 UTC
Comment on attachment 154124 [details] [review]
Clip workspace area in grid view

>         this.actor.style_class = "workspaces mosaic";
>+        this._actor.set_clip(x - Workspace.FRAME_SIZE,

we have this.actor and this._actor?? sigh
Comment 3 Florian Müllner 2010-03-01 18:33:45 UTC
Attachment 154124 [details] pushed as 21641d8 - Clip workspace area in grid view