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 647458 - can click on application menu while fading out
can click on application menu while fading out
Status: RESOLVED DUPLICATE of bug 639459
Product: gnome-shell
Classification: Core
Component: general
3.12.x
Other All
: Normal trivial
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-04-11 14:28 UTC by Allison Karlitskaya (desrt)
Modified: 2014-08-07 10:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Allison Karlitskaya (desrt) 2011-04-11 14:28:45 UTC
an over-reach with the mouse followed by a quick recovery allowed me to discover that it's possible to click on the application menu during the switch-to-overview animation.

The result of doing this is that the menu appears (and stays visible) but the label disappears.  As a result, you have a menu underneath (and pointing to) a blank spot on the top bar.

Pretty easy to trigger 100% of the time if you use the windows key.
Comment 1 Owen Taylor 2011-04-11 14:41:14 UTC
Not reproducing. What app are you testing with? We seem to get a pointer and mouse grab before entering the overview. From overview.js

    // Animates the overview visible and grabs mouse and keyboard input
    show : function() {
        if (this._shown)
            return;
        // Do this manually instead of using _syncInputMode, to handle failure
        if (!Main.pushModal(this._group))
            return;
    [....]
Comment 2 Allison Karlitskaya (desrt) 2011-04-11 14:46:59 UTC
My "application menu", I mean the one in the top bar beside "Activities".

Position the mouse over top of it, press the windows key and then very rapidly click.  If you manage to catch the menu during the overview transition then you end up with the menu shown at the end.
Comment 3 Owen Taylor 2011-04-11 14:51:48 UTC
(In reply to comment #2)
> My "application menu", I mean the one in the top bar beside "Activities".

Ah, yeah, can reproduce. Probably easier to fix after we do the "proper" fix for bug 645734 and only animate the icon fading out in one place.
Comment 4 Jasper St. Pierre (not reading bugmail) 2012-09-27 23:43:33 UTC
Is this a dup of that other bug?
Comment 5 Allan Day 2014-08-07 10:12:52 UTC
I'm unable to reproduce here. Is this still an issue?
Comment 6 Florian Müllner 2014-08-07 10:29:52 UTC
No, should have been fixed a long time ago.

*** This bug has been marked as a duplicate of bug 639459 ***