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 695390 - window-list: Message tray may be partially visible in overview
window-list: Message tray may be partially visible in overview
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: extensions
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-07 19:40 UTC by Florian Müllner
Modified: 2013-03-08 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
window-list: Fix updating message tray anchor (3.69 KB, patch)
2013-03-07 19:40 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2013-03-07 19:40:50 UTC
This is a glitch that appeared after the recent overview changes. See patch.
Comment 1 Florian Müllner 2013-03-07 19:40:53 UTC
Created attachment 238335 [details] [review]
window-list: Fix updating message tray anchor

After recent overview changes, we may end up with the message tray
showing partially in the overview when the window-list extension
is enabled. Adjusting the anchor explicitly when entering/leaving
the overview fixes the issue, requiring less code.
Comment 2 Giovanni Campagna 2013-03-07 21:51:50 UTC
Review of attachment 238335 [details] [review]:

Ok
Comment 3 Florian Müllner 2013-03-08 13:41:38 UTC
Attachment 238335 [details] pushed as 8688596 - window-list: Fix updating message tray anchor