GNOME Bugzilla – Bug 329087
After switching from iconview to listview the typeahead is not triggered in listview
Last modified: 2006-01-31 01:20:09 UTC
Please describe the problem: When you switch from icon view to list view the list treeview doesn't get focused so if you start typing nothing happens, but if we switch to icon view and start typing then the typeahead search appears. Steps to reproduce: 1. Open a nautilus window in icon view 2. Switch to listview through "View->View as List" menu option. 3. Type some letters --> TYPEAHEAD SEARCH BOX DOES *NOT* APPEAR 4. Switch to iconview again. 5. Type some letters --> TYPEAHEAD SEARCH BOX *DOES* APPEAR Actual results: Expected results: When switching to list view the typeahead should work same as when I switch to icon view. Does this happen every time? yes Other information:
Created attachment 58325 [details] [review] Patch to focus treeview when switching to listview
Confirming the bug. Priority: High because of the patch
2006-01-31 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/nautilus-view.h: * libnautilus-private/nautilus-view.c: (nautilus_view_grab_focus): Add new grab_focus method. * src/file-manager/fm-list-view.c: (fm_list_view_grab_focus), (fm_list_view_iface_init): Implement grab_focus. * src/nautilus-window.c: (nautilus_window_set_content_view_widget): Use grab_focus to set the focus on the content view. Fixes #329087. Patch from Nelson Benitez <gnel@cenobioracing.com>