GNOME Bugzilla – Bug 499940
Focus shouldn't go to file list when selecting a bookmark
Last modified: 2008-04-02 17:14:04 UTC
(Originally discussed in bug#148828 with which it is related.) When browsing in the bookmarks, each time a bookmark is selected, the current folder changes, and the focus goes to the file list. This makes keyboard navigation in the shortcuts awful. (It is still possible to use control+arrows, but this is not the way it should be.)
Created attachment 104524 [details] [review] gtk-filechooser-dont-focus-file-list.diff I've made the file chooser not focus the file list when activating a shortcut. This makes operation much smoother; as an added benefit, keyboard navigation now works fine in the shortcuts list. This is committed to both gtk-2-12 and trunk. 2008-02-05 Federico Mena Quintero <federico@novell.com> Don't focus the file list when shortcuts get activated. This removes a lot of ambiguity in when the file selection should change, and makes the overall code flow simpler. This fixes http://bugzilla.gnome.org/show_bug.cgi?id=419737 - file/save dialog clears the filename entry when changing directories. Also fixes http://bugzilla.gnome.org/show_bug.cgi?id=499940 - focus should not go to the file list when a shortcut is activated. * gtk/gtkfilechooserdefault.c (shortcuts_activate_volume_mount_cb): Don't focus the file list (shortcuts_activate_get_info_cb): Likewise.
*** Bug 357862 has been marked as a duplicate of this bug. ***
*** Bug 511570 has been marked as a duplicate of this bug. ***