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 610071 - it is frustrating when mousing down to banner notification and it goes away
it is frustrating when mousing down to banner notification and it goes away
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-02-16 05:54 UTC by William Jon McCann
Modified: 2010-05-03 16:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[MessageTray] don't time out the tray if the user is mousing towards it (1.93 KB, patch)
2010-04-29 19:09 UTC, Dan Winship
committed Details | Review

Description William Jon McCann 2010-02-16 05:54:29 UTC
It is frustrating when mousing down to banner notification and it goes away.  Having the notification withdraw from you seems like it is contrary to the experience we'd like to provide.

Two ideas that we've kicked around IRC for a while.

 * Extend the timeout period if the user is moving the mouse toward the banner.
 * Show the banner again if the mouse is moved to the bottom center of the screen a short time after the banner has been removed.

Or maybe a combination of the two...
Comment 1 Dan Winship 2010-04-29 19:09:35 UTC
Created attachment 159937 [details] [review]
[MessageTray] don't time out the tray if the user is mousing towards it

If a notification is about to hide, but the user has moved the mouse
towards it, let it stick around for another second (and so on, until
the mouse either reaches the tray and causes it to be pinned, or stops
moving the mouse toward it).


I think the second idea is unnecessary given that you can recover the
notification from the summary area now
Comment 2 Marina Zhurakhinskaya 2010-05-01 21:06:58 UTC
Review of attachment 159937 [details] [review]:

Looks good.
Comment 3 Dan Winship 2010-05-03 16:10:36 UTC
Attachment 159937 [details] pushed as 024ab39 - [MessageTray] don't time out the tray if the user is mousing towards it