GNOME Bugzilla – Bug 645848
WindowOverlay: Show close button after an animation
Last modified: 2011-06-21 11:20:42 UTC
If a user is fast and mouses over a window while the workspace thumbnail animations are playing, it can be frustrating when the close button won't appear at the end of the animation.
Created attachment 184378 [details] [review] WindowOverlay: Show close button after an animation If a user is fast and mouses over a window while the workspace thumbnail animations are playing, it can be frustrating when the close button won't appear at the end of the animation.
Comment on attachment 184378 [details] [review] WindowOverlay: Show close button after an animation you don't need this._showingCloseButton, you can just check this._windowClone.actor.has_pointer. (ClutterActor:has_pointer is like StWidget:hover, except that it doesn't handle child actors. But _windowClone.actor doesn't have any children, so that doesn't matter here.)
Created attachment 186662 [details] [review] WindowOverlay: Show close button after an animation If a user is fast and mouses over a window while the workspace thumbnail animations are playing, it can be frustrating when the close button won't appear at the end of the animation. OK...
Attachment 186662 [details] pushed as 2e02918 - WindowOverlay: Show close button after an animation
*** Bug 648725 has been marked as a duplicate of this bug. ***
*** Bug 649837 has been marked as a duplicate of this bug. ***
*** Bug 652080 has been marked as a duplicate of this bug. ***
*** Bug 653093 has been marked as a duplicate of this bug. ***