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 683811 - messageTray: Disable the tray dwell when the user is interacting
messageTray: Disable the tray dwell when the user is interacting
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: 2012-09-11 17:03 UTC by Owen Taylor
Modified: 2012-09-14 14:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
messageTray: Disable the tray dwell when the user is interacting (2.71 KB, patch)
2012-09-11 17:03 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2012-09-11 17:03:12 UTC
Look at the focus window's interaction timestamp to catch the case
where the user is typing and knocks the pointer into the tray or
mouses down to the bottom of the screen and clicks on something.
If the focus window's interaction time differs at the start and
end of the tray dwell then we don't activate the tray.
Comment 1 Owen Taylor 2012-09-11 17:03:15 UTC
Created attachment 224032 [details] [review]
messageTray: Disable the tray dwell when the user is interacting
Comment 2 Jasper St. Pierre (not reading bugmail) 2012-09-11 20:17:02 UTC
Review of attachment 224032 [details] [review]:

Makes sense.
Comment 3 Owen Taylor 2012-09-14 14:43:12 UTC
Attachment 224032 [details] pushed as b145152 - messageTray: Disable the tray dwell when the user is interacting