GNOME Bugzilla – Bug 700854
messageTray: Fix a stuck grab related to bubble notifications
Last modified: 2013-05-24 17:29:24 UTC
If the user middle clicks on a summary item in the tray, we'll try to grab null instead of an actor, which is wrong.
Created attachment 245076 [details] [review] messageTray: Fix a stuck grab related to bubble notifications
Review of attachment 245076 [details] [review]: ::: js/ui/messageTray.js @@ +2660,3 @@ + // doesn't have a right-click menu, do nothing. + if (!child) + return; Doesn't this leave us with set summaryBoxPointerItem, as well as connected signals to the source and summary item?
Created attachment 245077 [details] [review] messageTray: Fix a stuck grab related to bubble notifications If the user middle clicks on a summary item in the tray, we'll try to grab null instead of an actor, which is wrong.
*** Bug 698883 has been marked as a duplicate of this bug. ***
Review of attachment 245077 [details] [review]: Looks good.
Attachment 245077 [details] pushed as 991ed2d - messageTray: Fix a stuck grab related to bubble notifications