GNOME Bugzilla – Bug 746019
Notifications don't show close button until there's motion
Last modified: 2015-03-11 20:20:28 UTC
When dismissing a notification through its close button in the calendar menu, the notification that slides into place doesn't show the hover state or the close button until we move the mouse. (This also brings the question of how one dismisses notifications on a touchscreen).
I was thinking that a slide gesture could be used to dismiss notifications on touch.
(In reply to Allan Day from comment #1) > I was thinking that a slide gesture could be used to dismiss notifications > on touch. See bug 745259 for that.
Created attachment 299118 [details] [review] calendar: Sync pointer after a message is removed If a different message ends up underneath the pointer at the end of the removal animation, it won't receive an enter event until the pointer is moved, and thus its hover state will not be correct. Fix it up manually with an explicit pointer sync.
Review of attachment 299118 [details] [review]: Yeah, we get this wrong in many other places but I guess doing it generically would be too much overhead so. lgtm
Attachment 299118 [details] pushed as bb73547 - calendar: Sync pointer after a message is removed