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 121111 - after selecting partially in-view icon, scroll window so icon is fully in view
after selecting partially in-view icon, scroll window so icon is fully in view
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Views: Icon View
2.11.x
Other All
: Normal enhancement
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-08-31 13:54 UTC by Evert Verhellen
Modified: 2005-06-06 19:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Proposed patch (against HEAD). (727 bytes, patch)
2005-06-03 20:02 UTC, Christian Neumair
none Details | Review

Description Evert Verhellen 2003-08-31 13:54:33 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
Comment 1 Matthew Gatto 2004-05-15 16:35:45 UTC
Marking as Enhancement.
Comment 2 Christian Neumair 2005-05-23 07:57:59 UTC
*** Bug 305173 has been marked as a duplicate of this bug. ***
Comment 3 Christian Neumair 2005-06-03 20:01:46 UTC
Thanks for your bug report! This has already been fixed for the list view, but
the icon view fix is still pending.
Comment 4 Christian Neumair 2005-06-03 20:02:15 UTC
Created attachment 47207 [details] [review]
Proposed patch (against HEAD).
Comment 5 Martin Wehner 2005-06-06 19:12:40 UTC
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>