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 539391 - Dictionary "Look up"-field cannot be copied
Dictionary "Look up"-field cannot be copied
Status: RESOLVED FIXED
Product: gnome-dictionary
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-dictionary-maint
gnome-dictionary-maint
Depends on:
Blocks:
 
 
Reported: 2008-06-20 23:23 UTC by Pedro Villavicencio
Modified: 2013-10-06 01:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Patch to fix Copy and Select All in entry field (1.05 KB, patch)
2008-07-25 23:57 UTC, Marshall Scorcio
none Details | Review
patch to make Ctrl+C and Ctrl+A work in the lookup entry (968 bytes, patch)
2011-03-19 14:46 UTC, Robert Roth
none Details | Review

Description Pedro Villavicencio 2008-06-20 23:23:55 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/gnome-utils/+bug/230388

"The content of the "Look up"-field cannot be copied by pressing Ctrl+C, or selecting Copy from the Edit menu. The content can only be copied by right-clicking the selected content, and pressing copy in the pop-up menu.

I expect that the selected text is copied, when pressing Ctrl+C, or selecting the Copy option from the Edit menu.

To reproduce: start Dictionary, put some text in the "Look up"-field. Select it, and press Ctrl+C, or select Copy from the Edit menu. Try to paste it somewhere. You will notice the content is not copied, and the previous content of the clipboard is still present.

Note that the content of the definition field can be copied by Ctrl+C."

Thanks!,
Comment 1 Marshall Scorcio 2008-07-25 23:57:13 UTC
Created attachment 115281 [details] [review]
Patch to fix Copy and Select All in entry field

If the entry field has focus it will copy from the entry field instead of always trying to copy from the definition box.

This patch also fixes Select All the same way.
Comment 2 Robert Roth 2011-03-19 14:46:26 UTC
Created attachment 183785 [details] [review]
patch to make Ctrl+C and Ctrl+A work in the lookup entry

A new version of the patch for Ctrl+A and Ctrl+V to work, updated against the latest development version of gnome-utils.
Comment 3 Antono Vasiljev 2012-01-04 13:19:36 UTC
bump
Comment 4 Michael Catanzaro 2013-10-06 01:43:55 UTC
Pushed, thanks!