GNOME Bugzilla – Bug 676899
Turn off type ahead find
Last modified: 2012-08-03 21:14:08 UTC
We want the user to be able to invoke a search function when they just type.
Created attachment 215061 [details] [review] Turn off type ahead find It interferes with search and is very confusing particularly when used in the sidebar.
Review of attachment 215061 [details] [review]: ::: src/nautilus-list-view.c @@ +1550,3 @@ (GDestroyNotify)g_free, (GDestroyNotify) g_object_unref); + gtk_tree_view_set_enable_search (view->details->tree_view, FALSE); I think until we have a better search function we could keep these on in the main views (the icon view has it too) since it can be quite handy to quickly select files. What is really annoying is the one in the sidebar, which should go away.
The following fix has been pushed: f840890 Turn off type ahead find in sidebar
Created attachment 215096 [details] [review] Turn off type ahead find in sidebar It interferes with search in the main view. We want to eventually move to a "just type" search box for the main view.