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 153182 - Typeahead: Only search after current selection
Typeahead: Only search after current selection
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.5.x
Other All
: Normal enhancement
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2004-09-20 18:27 UTC by Erika Ahlswede
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Erika Ahlswede 2004-09-20 18:27:43 UTC
At the moment, there seems to be no way to search for a "next result" with
GtkTreeView's typeahead find-- it's impossible to locate if you have, for
instance, a short-length result that's a subset of results higher in the list.

I think it would be better behavior if the typeahead would only search entries
in the table after the currently selected one.
Comment 1 Jonathan Blandford 2004-09-21 01:36:35 UTC
Up and down will cycle through the results.