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 707600 - Notifications reopen when closed with Esc
Notifications reopen when closed with Esc
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: message-tray
3.9.x
Other Linux
: Normal minor
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-09-05 23:47 UTC by Mantas Mikulėnas (grawity)
Modified: 2013-09-06 08:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
messageTray: Reset clickedSummaryItem on ungrab (951 bytes, patch)
2013-09-06 00:00 UTC, Florian Müllner
committed Details | Review

Description Mantas Mikulėnas (grawity) 2013-09-05 23:47:00 UTC
If I open the message tray, expand a notification, and press [Esc], the notification bubble closes but immediately reopens.

Clicking the notification or the (X) button properly closes the bubble.

gnome-shell 3.9.91.r23.g2980515
Comment 1 Florian Müllner 2013-09-06 00:00:16 UTC
Created attachment 254219 [details] [review]
messageTray: Reset clickedSummaryItem on ungrab

If we don't, we will pop up the summary again the next time
_updateState() is called.
Comment 2 drago01 2013-09-06 08:13:12 UTC
Review of attachment 254219 [details] [review]:

OK.
Comment 3 Florian Müllner 2013-09-06 08:17:05 UTC
Attachment 254219 [details] pushed as aa6471b - messageTray: Reset clickedSummaryItem on ungrab