GNOME Bugzilla – Bug 653095
Behaviour whilst opening settings dialog in overview
Last modified: 2011-06-23 16:46:36 UTC
If you are in the activites overview and you select one of the settings from the top bar (accessibility, Date and Time etc), the settings dialog is opened and placed in the overview rather than brought to the foreground. This seems contrary to all other application launches from the overview (either the dash or the applications picker) where the overview is closed and the application started in the foreground.
Created attachment 190395 [details] [review] Exit the overview when launching control center
Review of attachment 190395 [details] [review]: Missing import in a11y; other than that - what about keyboard, sound, bluetooth, power? ::: js/ui/status/accessibility.js @@ +89,3 @@ this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem()); this.menu.addAction(_("Universal Access Settings"), function() { + Main.overview.hide(); Main is undefined.
Created attachment 190474 [details] [review] Consistently exit the overview when launching external applications Fix for review comments
Review of attachment 190474 [details] [review]: Good to commit after adding bluetooth ;-)
Attachment 190474 [details] pushed as 8834a7d - Consistently exit the overview when launching external applications