diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 986214a4d..5f7506978 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -1326,6 +1326,7 @@ const MessageTray = new Lang.Class({ this._summary = new St.BoxLayout({ name: 'summary-mode', reactive: true, track_hover: true }); + global.focus_manager.add_group(this._summary); this._summary.connect('notify::hover', Lang.bind(this, this._onSummaryHoverChanged)); this._summaryBin.child = this._summary; this._summaryBin.opacity = 0;