GNOME Bugzilla – Bug 121111
after selecting partially in-view icon, scroll window so icon is fully in view
Last modified: 2005-06-06 19:12:40 UTC
Nautilus already scrolls when navigating using the [Up], [Down], [Page Up] and [Page Down] keys in order to completely display the selected item. However, when clicking on an item, Nautilus doesn't scroll when it would be appropriate to do so. This becomes a problem when renaming the item because in that case the item's name might be `off-screen'. Version: nautilus-2.3.9.tar.bz2
Marking as Enhancement.
*** Bug 305173 has been marked as a duplicate of this bug. ***
Thanks for your bug report! This has already been fixed for the list view, but the icon view fix is still pending.
Created attachment 47207 [details] [review] Proposed patch (against HEAD).
2005-06-06 Martin Wehner <martin.wehner@gmail.com> * libnautilus-private/nautilus-icon-container.c: (select_one_unselect_others): Reveal icon when selecting it. Fixes #121111. Based on a patch from Christian Neumair <chris@gnome-de.org>