GNOME Bugzilla – Bug 554476
KEYNAV: keyboard mnemonics should work while in the interactive search entry
Last modified: 2016-09-27 20:31:56 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.
treeview issue. it should either do as you propose, or play a trumpet sound, or something.
Marking as obsolete since searching while in the file list works differently now.