GNOME Bugzilla – Bug 666020
workspace: Remove tweens when hiding overlays
Last modified: 2011-12-12 19:04:12 UTC
See patch.
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.
Review of attachment 203285 [details] [review]: Yep.
Attachment 203285 [details] pushed as 8a6a396 - workspace: Remove tweens when hiding overlays