GNOME Bugzilla – Bug 309162
Renaming icons should apply with click also
Last modified: 2016-12-02 17:53:50 UTC
Please describe the problem: When renaming an object on the desktop, and not pressing enter after doing so, if you try to move the object without clicking first, just dragging it, it displays the original name, and does so until its released. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Thanks for your bug report! I can still reproduce this with Nautilus 2.11.
Created attachment 52068 [details] [review] Proposed patch I've also submitted this patch to the nautilus mailing list [1] for review. [1] http://mail.gnome.org/archives/nautilus-list/2005-September/msg00097.html
Updating bug information.
Comment on attachment 52068 [details] [review] Proposed patch Alex comment from the list: This breaks the initial intent of the code, which is that if you click on the icon you're renaming (e.g. if you miss when selecting in the rename widget) you exit rename mode. Of course, its hard to get the rename done before creating the dnd icon if we delay renaming until the motion event that starts the dnd since the rename is asynchronous. In fact, even with your patch this is broken if you drag quickly enough.
And Manny said like: > Hrm I never miss widgets I want to click. Is that a huge issue for > visually impaired people? If it is, we should probably do the same for > the lower end of the entry as well. I fail to see why one should click > the middle of the icon while renaming to select anything. So spoke Alex: I'm not sure why it was done like that, but it my main concern is that your patch doesn't really fix the problem fully.
*** Bug 348820 has been marked as a duplicate of this bug. ***
*** Bug 362205 has been marked as a duplicate of this bug. ***
*** Bug 327989 has been marked as a duplicate of this bug. ***
*** Bug 536806 has been marked as a duplicate of this bug. ***
Setting patch as "needs-work" as for comment #5.
*** Bug 556830 has been marked as a duplicate of this bug. ***
*** Bug 340150 has been marked as a duplicate of this bug. ***
*** Bug 648239 has been marked as a duplicate of this bug. ***
The behaviour with the new rename dialog is sane, if you click somewhere else you exit the dialog.