GNOME Bugzilla – Bug 634103
Quit from app menu doesn't work
Last modified: 2010-11-05 19:27:34 UTC
In _onQuit() The following condition is hit: if (this._focusedApp == null) return; Perhaps the menu itself is stealing focus (keyboard nav?)?
Created attachment 173899 [details] [review] app-menu: Fix quit menu item As popup menus now take focus for keyboard navigation, no application is focused when activating the menu. Use the target application instead, which keeps track of the application currently associated with the menu.
Comment on attachment 173899 [details] [review] app-menu: Fix quit menu item yeah, that should work
Attachment 173899 [details] pushed as 34aa46a - app-menu: Fix quit menu item