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 645848 - WindowOverlay: Show close button after an animation
WindowOverlay: Show close button after an animation
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 648725 649837 652080 653093 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-03-27 18:25 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2011-06-21 11:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
WindowOverlay: Show close button after an animation (2.20 KB, patch)
2011-03-27 18:25 UTC, Jasper St. Pierre (not reading bugmail)
needs-work Details | Review
WindowOverlay: Show close button after an animation (921 bytes, patch)
2011-04-26 15:43 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Jasper St. Pierre (not reading bugmail) 2011-03-27 18:25:51 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.
Comment 1 Jasper St. Pierre (not reading bugmail) 2011-03-27 18:25:53 UTC
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 2 Dan Winship 2011-04-26 14:30:20 UTC
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.)
Comment 3 Jasper St. Pierre (not reading bugmail) 2011-04-26 15:43:34 UTC
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...
Comment 4 Jasper St. Pierre (not reading bugmail) 2011-04-26 21:17:22 UTC
Attachment 186662 [details] pushed as 2e02918 - WindowOverlay: Show close button after an animation
Comment 5 Jasper St. Pierre (not reading bugmail) 2011-04-27 06:49:14 UTC
*** Bug 648725 has been marked as a duplicate of this bug. ***
Comment 6 Jasper St. Pierre (not reading bugmail) 2011-05-10 17:43:26 UTC
*** Bug 649837 has been marked as a duplicate of this bug. ***
Comment 7 Jasper St. Pierre (not reading bugmail) 2011-06-07 20:16:33 UTC
*** Bug 652080 has been marked as a duplicate of this bug. ***
Comment 8 Jasper St. Pierre (not reading bugmail) 2011-06-21 11:20:42 UTC
*** Bug 653093 has been marked as a duplicate of this bug. ***