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 611122 - Set this._notificationRemoved to false in the right place
Set this._notificationRemoved to false in the right place
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-02-25 21:33 UTC by Marina Zhurakhinskaya
Modified: 2010-03-08 21:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Set this._notificationRemoved to false in _hideNotificationComplete() (1.47 KB, patch)
2010-02-25 21:33 UTC, Marina Zhurakhinskaya
accepted-commit_now Details | Review

Description Marina Zhurakhinskaya 2010-02-25 21:33:24 UTC
We used to set this._notificationRemoved to false in _hideNotification().
However, the user focusing on the associated application can result in the
source being removed while the notification is hiding, in which case
this._notificationRemoved was set to true and never unset. This resulted in
the next notification only showing up briefly and hiding. Moving setting
this._notificationRemoved to false to _hideNotificationComplete() fixes this
behavior.
Comment 1 Marina Zhurakhinskaya 2010-02-25 21:33:26 UTC
Created attachment 154710 [details] [review]
Set this._notificationRemoved to false in _hideNotificationComplete()