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 136814 - Keyboard Hinting in FileSelection Dialogues.
Keyboard Hinting in FileSelection Dialogues.
Status: RESOLVED DUPLICATE of bug 137871
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other Linux
: Normal enhancement
: future
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-03-10 21:28 UTC by Matt T. Proud
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Matt T. Proud 2004-03-10 21:28:49 UTC
It would certainly prove handy for the GTK's file-selection dialogues to
support file-search and -selecting based upon keyboard input into the
dialog. Suppose that one has spawned an open dialog in a directory in which
numerous files reside; it would be very nice for the file-selection dialog
to scroll around in the file list based upon what a user types.

Example:

File list
aaaa
aaba
aabb

Type 'a'; first 'aaaa' becomes selected.
Type 'a'; first 'aaaa' remains selected.
Type 'b'; second 'aaba' becomes selected.
Type 'b'; third 'aabb' becomes selected.
Comment 1 Jonathan Blandford 2004-03-11 02:10:18 UTC
Typeahead is planned, but not doable on the 2.4.0 timeframe.
Comment 2 Brian "netdragon" Bober 2004-04-14 02:19:51 UTC
This could be combined with bug 42203
Comment 3 Federico Mena Quintero 2004-06-02 16:28:29 UTC
*** This bug has been marked as a duplicate of 137871 ***