GNOME Bugzilla – Bug 132785
renaming file in 'list view' remains off-screen
Last modified: 2005-07-16 11:51:37 UTC
using a nautilus build from cvs HEAD (27th Jan 2004): -Switch the gnome theme to 'High Contrast Large Print Inverse' -open the Nautilus file browser -switch the view to 'View As List' -Focus a file in the main pane -Scroll the pane right to view it's modification date (last column) -At this point, press 'F2' key to rename the file There is no 'jump back' to bring the filename on-screen. The filename is being edited blind.
*** Bug 86942 has been marked as a duplicate of this bug. ***
I will upload a patch which fixes the problem. The patch make treeview scroll to the first column vertically when F2 is pressed to rename a cell.
Created attachment 24610 [details] [review] proposed patch to make treeview scroll to the first cell
Committed patch after approval from Dave Camp. ChangeLog is as follows: 2004-02-21 Narayana Pattipati <narayana.pattipati@wipro.com> * src/file-manager/fm-list-view.c(fm_list_view_start_renaming_file): Scroll to the particular column in listview while renaming. Fix bugzilla bug# 132785
This is partially fixed. However, given that I have a side-pane in my Nautilus window (and I'm using a LargePrint theme), the scroll-back to the leftmost cell doesn't always work well. A scroll-back does occur, but it looks to me like either only the rightmost edge of the leftmost column (the 'Name' column) is brought into view, or that the side-pane isn't being accounted for when the scrollback occurs.
Apologies for spam-- ensuring Sun a11y team are cc'ed on all current a11y bugs. Filter on "SUN A11Y SPAM" to ignore.
The remainder of this bug is a duplicate of bug 309964. *** This bug has been marked as a duplicate of 309964 ***