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 771467 - batch rename: show file name tooltip when hovering over items
batch rename: show file name tooltip when hovering over items
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
3.21.x
Other Linux
: Normal enhancement
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
new
Depends on:
Blocks:
 
 
Reported: 2016-09-15 06:16 UTC by Mohammed Sadiq
Modified: 2016-09-29 07:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
batch rename: show name when hovering over files (1.82 KB, patch)
2016-09-28 22:15 UTC, Sirbu Lavinia Stefania
committed Details | Review

Description Mohammed Sadiq 2016-09-15 06:16:14 UTC
The filename can be long, and may be ellipsized hiding the file name partially. So it shall be nice to show tooltips with filename as text, when hovering over the items.
Comment 1 Sirbu Lavinia Stefania 2016-09-28 22:15:10 UTC
Created attachment 336476 [details] [review]
batch rename: show name when hovering over files

When we rename a group of files, we can see the names of the files
inside a window with a certain dimension, so we see the part of the name
that fits the window.

The problem is that we cannot see the entire name of a file if the name
is too long.

Add a tooltip text on the label containing the name of a file.
Comment 2 Carlos Soriano 2016-09-29 07:36:00 UTC
Review of attachment 336476 [details] [review]:

Excellent, looks good to me, thanks!
Comment 3 Carlos Soriano 2016-09-29 07:37:25 UTC
Congrats on your second contribution! (I will stop counting and saying congrats after the third one :D)

Attachment 336476 [details] pushed as f2e10b9 - batch rename: show name when hovering over files