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 738286 - window-list: Avoid flashing when using auto-grouping
window-list: Avoid flashing when using auto-grouping
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: 2014-10-10 10:47 UTC by Florian Müllner
Modified: 2014-10-10 22:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
window-list: Avoid flashing when using auto-grouping (5.70 KB, patch)
2014-10-10 10:47 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2014-10-10 10:47:08 UTC
See patch.
Comment 1 Florian Müllner 2014-10-10 10:47:15 UTC
Created attachment 288203 [details] [review]
window-list: Avoid flashing when using auto-grouping

Currently when using auto-grouping, the list is ungrouped each
time a window is closed, and then possibly re-grouped on the next
allocation - as a result, there is a brief "ungroup flash" if the
list is supposed to remain grouped.
Avoid this by computing the width the ungrouped list would have
rather than by actually ungrouping it.
Comment 2 Carlos Soriano 2014-10-10 13:04:12 UTC
Review of attachment 288203 [details] [review]:

LGTM
Comment 3 Florian Müllner 2014-10-10 22:07:32 UTC
Attachment 288203 [details] pushed as e372c5a - window-list: Avoid flashing when using auto-grouping