After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 660450 - Ctrl+L does not work when in "Recently used" view
Ctrl+L does not work when in "Recently used" view
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
: 662437 681900 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-09-29 11:59 UTC by Sebastien Bacher
Modified: 2015-01-19 00:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
filechooserwidget: Make Ctrl+L in recent mode work (1.58 KB, patch)
2015-01-18 11:31 UTC, Timm Bäder
none Details | Review

Description Sebastien Bacher 2011-09-29 11:59:11 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
Comment 1 Matthias Clasen 2011-09-30 02:23:53 UTC
Why do you expect that ? the recently-used mode doesn't have an entry...
Comment 2 Sebastien Bacher 2011-09-30 09:03:10 UTC
it does when you press / or ~ so why not ctrl-L as well? it would seem consistant to support all of the usual keybindings...
Comment 3 Federico Mena Quintero 2011-09-30 18:01:30 UTC
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().
Comment 4 Matthias Clasen 2013-02-11 06:37:03 UTC
*** Bug 662437 has been marked as a duplicate of this bug. ***
Comment 5 Timothy Arceri 2013-05-26 09:08:33 UTC
*** Bug 681900 has been marked as a duplicate of this bug. ***
Comment 6 Timm Bäder 2015-01-18 11:31:02 UTC
Created attachment 294777 [details] [review]
filechooserwidget: Make Ctrl+L in recent mode work
Comment 7 Timm Bäder 2015-01-18 12:08:27 UTC
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?
Comment 8 Matthias Clasen 2015-01-18 18:34:34 UTC
(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.
Comment 9 Matthias Clasen 2015-01-19 00:02:31 UTC
should work better now