GNOME Bugzilla – Bug 314486
[PATCH] let file browser treeview grab focus when switching directory though the path bar
Last modified: 2011-02-04 16:19:59 UTC
the following one-liner patch makes the file browser treeview grab the focus when using the path bar, so the user could type filenames without using the mouse again or using TAB to change focus.
Created attachment 51336 [details] [review] the silly patch
I don"t know about the patch validity, but this small issue is getting really annoying, can it be fixed ?
Go ahead and commit. Thanks for the patch :)
Actually, Matthias pointed out that it may be better to just make the buttons not focus on click. That will work better for keynav. Garnacho: could you please make the buttons gtk_button_set_focus_on_click (b, FALSE)?
2005-11-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpathbar.[hc]: Set focus-on-click to FALSE for all buttons. Don't grab focus when a slider button is pressed, instead, use a bit in the pathbar struct to determine whether to scroll up or down. (#314486, Carlos Garnacho)