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 689296 - Don't close the tray after using a context menu
Don't close the tray after using a context menu
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: message-tray
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-11-29 17:46 UTC by Allan Day
Modified: 2012-11-30 17:45 UTC
See Also:
GNOME target: ---
GNOME version: 3.7/3.8


Attachments
MessageTray: don't close the tray when interacting with the right click menu (3.50 KB, patch)
2012-11-30 15:16 UTC, Giovanni Campagna
committed Details | Review

Description Allan Day 2012-11-29 17:46:12 UTC
If someone selects a context menu item that doesn't raise a window (like "Remove" or "Mute"), the tray shouldn't be closed. That way the user can interact with multiple tray items without having to open it up each time.
Comment 1 Giovanni Campagna 2012-11-30 15:16:23 UTC
Created attachment 230286 [details] [review]
MessageTray: don't close the tray when interacting with the right click menu

If the chosen action is not open, the tray should not be closed, to
let the user further interact with it (for example to mute or remove
more sources)
Comment 2 Jasper St. Pierre (not reading bugmail) 2012-11-30 17:23:57 UTC
Review of attachment 230286 [details] [review]:

Sure.
Comment 3 Giovanni Campagna 2012-11-30 17:45:03 UTC
Attachment 230286 [details] pushed as 961dba7 - MessageTray: don't close the tray when interacting with the right click menu