GNOME Bugzilla – Bug 651013
Close button flickers when entering overview with keyboard
Last modified: 2013-06-14 16:37:01 UTC
With the patch from bug 645848 in git master, when you enter the overview with the keyboard, the close button shows up for one frame on the window that was under the mouse pointer when you triggered the overview, then ends up on the window where mouse pointer ends up.
I haven't looked at the workspaces code in detail since Alex's rewrites, but we should see if it's possible to fix up WindowClone/WindowOverlay so that we don't need to hide the close buttons and title during animation any more (qv bug 650872). ie, change it so that the clone, button, and title are all part of a single actor, so that we can animate them together, rather than having the button and title be part of an entirely separate group, forcing us to hide them during animations.
I'm no longer seeing this.