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 666020 - workspace: Remove tweens when hiding overlays
workspace: Remove tweens when hiding overlays
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: 2011-12-12 19:00 UTC by Florian Müllner
Modified: 2011-12-12 19:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
workspace: Remove tweens when hiding overlays (1.18 KB, patch)
2011-12-12 19:00 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2011-12-12 19:00:17 UTC
See patch.
Comment 1 Florian Müllner 2011-12-12 19:00:21 UTC
Created attachment 203285 [details] [review]
workspace: Remove tweens when hiding overlays

The window overlays may be shown erroneously if hideOverlays is
called while the corresponding clone has an uncompleted tween which
calls showOverlays in its onComplete handler, for instance when
quickly leaving the overview before the initial overview animation
has finished. To fix, remove all existing tweens when hiding the
overlays.
Comment 2 Jasper St. Pierre (not reading bugmail) 2011-12-12 19:01:41 UTC
Review of attachment 203285 [details] [review]:

Yep.
Comment 3 Florian Müllner 2011-12-12 19:04:02 UTC
Attachment 203285 [details] pushed as 8a6a396 - workspace: Remove tweens when hiding overlays