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 554476 - KEYNAV: keyboard mnemonics should work while in the interactive search entry
KEYNAV: keyboard mnemonics should work while in the interactive search entry
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.13.x
Other All
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2008-09-30 18:23 UTC by Federico Mena Quintero
Modified: 2016-09-27 20:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Federico Mena Quintero 2008-09-30 18:23:27 UTC
Go to the file chooser's file list, and hit a character to start interactive search.  Now, hitting Alt-P to go to the Places bar doesn't work.

This is probably a more general GtkTreeView issue, not a GtkFileChooser one --- maybe gtk_tree_view_search_key_press_event() needs to forward the event to the treeview's parent window if the search window doesn't handle the keypress.
Comment 1 Matthias Clasen 2008-10-06 18:43:20 UTC
treeview issue. 

it should either do as you propose, or play a trumpet sound, or something.
Comment 2 Federico Mena Quintero 2016-09-27 20:31:56 UTC
Marking as obsolete since searching while in the file list works differently now.