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 688750 - MessageTray: fix popping up after there were modals
MessageTray: fix popping up after there were modals
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: message-tray
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-11-20 18:55 UTC by Giovanni Campagna
Modified: 2012-11-20 19:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
MessageTray: fix popping up after there were modals (1.25 KB, patch)
2012-11-20 18:56 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2012-11-20 18:55:56 UTC
Open a modal dialog, try to open the message tray -> no effect, the message
tray is blocked by the dialog.
Close the dialog, try to open the message tray by pointer -> still
no effect, because the old timeout id was not cleared the first time,
so the dwell callback thinks the tray is about to open.
Comment 1 Giovanni Campagna 2012-11-20 18:56:00 UTC
Created attachment 229498 [details] [review]
MessageTray: fix popping up after there were modals
Comment 2 Jasper St. Pierre (not reading bugmail) 2012-11-20 19:02:41 UTC
Review of attachment 229498 [details] [review]:

Nice catch.
Comment 3 Giovanni Campagna 2012-11-20 19:04:47 UTC
Attachment 229498 [details] pushed as 3b70094 - MessageTray: fix popping up after there were modals