GNOME Bugzilla – Bug 707814
pressing two times <super> makes the appMenu disappear for the actual app’
Last modified: 2013-09-10 08:47:00 UTC
When pressing <super> during the access of the overview (in real case, when hitting <super> two times), the appMenu of the actual application isn’t shown before switching workspace / alt-tab / etc. I’m on Fedora’s 3.9.91.
Created attachment 254557 [details] [review] AppMenu: remove tweens before animating the actor visibility When we show(), we need to make sure that the hiding animation doesn't reach the end, otherwise we would hide the actor but still have _visible = true. We were relying on tweener overwriting to do this, but it doesn't quite work, so better be explicit and do it ourselves.
Review of attachment 254557 [details] [review]: OK
Attachment 254557 [details] pushed as 15cfb9d - AppMenu: remove tweens before animating the actor visibility