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 656128 - list-view: explicitly set cursor on file name cell renderer on rename
list-view: explicitly set cursor on file name cell renderer on rename
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Views: List View
3.1.x
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-08 01:54 UTC by Rui Matos
Modified: 2011-09-07 16:36 UTC
See Also:
GNOME target: ---
GNOME version: 3.1/3.2


Attachments
list-view: explicitly set cursor on file name cell renderer on rename (1.44 KB, patch)
2011-08-08 01:54 UTC, Rui Matos
committed Details | Review

Description Rui Matos 2011-08-08 01:54:47 UTC
The file name column has two cell renderers, one for the icon and another for
the name string. Thus, gtk_tree_view_set_cursor() isn't enough to reliably
start editing the file name cell since it will try to edit whatever is the
currently focused cell in the column.
Comment 1 Rui Matos 2011-08-08 01:54:49 UTC
Created attachment 193393 [details] [review]
list-view: explicitly set cursor on file name cell renderer on rename
Comment 2 Cosimo Cecchi 2011-09-07 16:36:20 UTC
Attachment 193393 [details] pushed as 5b09ced - list-view: explicitly set cursor on file name cell renderer on rename

Thanks, I pushed this to master.