GNOME Bugzilla – Bug 660450
Ctrl+L does not work when in "Recently used" view
Last modified: 2015-01-19 00:02:31 UTC
Using GNOME 3.2, open a file selector in browser mode (i.e use "open" in gedit), the recently used view is selected by default, press ctrl-L what happens: - nothing what should happen: - it should display the location entry
Why do you expect that ? the recently-used mode doesn't have an entry...
it does when you press / or ~ so why not ctrl-L as well? it would seem consistant to support all of the usual keybindings...
This is a duplicate; let me find the original bug... Yes, the entry should appear if you Ctrl-L during recently-used mode. It's a problem with old code in location_toggle_popup_handler().
*** Bug 662437 has been marked as a duplicate of this bug. ***
*** Bug 681900 has been marked as a duplicate of this bug. ***
Created attachment 294777 [details] [review] filechooserwidget: Make Ctrl+L in recent mode work
Heh, that patch doesn't actually work. It'll show the entry on Ctrl+L in recent mode, but you can't activate it because (as far as I understand it), pressing return in that entry just activates the default widget (e.g. the open button) which is (at least in a GtkFileChooserDialog) insensitive because nothing is selected. How would that be fixed best? Just change to ~ on Ctrl+L?
(In reply to comment #7) > Heh, that patch doesn't actually work. It'll show the entry on Ctrl+L in recent > mode, but you can't activate it because (as far as I understand it), pressing > return in that entry just activates the default widget (e.g. the open button) > which is (at least in a GtkFileChooserDialog) insensitive because nothing is > selected. > > How would that be fixed best? Just change to ~ on Ctrl+L? That is what I would expect, yes.
should work better now