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 69651 - please make text in the "properties" window selectable so I can copy it
please make text in the "properties" window selectable so I can copy it
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Views: All
0.x.x [obsolete]
Other Linux
: Normal enhancement
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-01-25 13:18 UTC by Hakon
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hakon 2002-01-25 13:18:10 UTC
It should be possible to make selections of data in the properties window,
and then copy it to the clipboard. Not sure though if the headers should be
able to select as well.
Comment 1 Darin Adler 2002-01-25 16:37:24 UTC
Good idea.
Comment 2 Anders Carlsson 2002-01-27 16:33:27 UTC
2002-01-27  Anders Carlsson  <andersca@gnu.org>

	* src/file-manager/fm-properties-window.c (attach_label): Add
selectable argument.
	(attach_value_label): set selectable to TRUE.
	(attach_ellipsizing_value_label): Likewise.
	(attach_title_field): set selectable to FALSE.


This makes all value labels are selectable in the properties window.