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 569650 - Wrong behavior for Edit->Copy and Edit->Cut
Wrong behavior for Edit->Copy and Edit->Cut
Status: RESOLVED FIXED
Product: gtranslator
Classification: Other
Component: general
HEAD
Other Linux
: Normal normal
: 2.0
Assigned To: gtranslator-maint
gtranslator-maint
Depends on:
Blocks:
 
 
Reported: 2009-01-29 11:25 UTC by Luca Ferretti
Modified: 2012-04-22 10:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Notify the window when the selection of the active view changes (3.29 KB, patch)
2012-04-22 10:30 UTC, Carlos Garcia Campos
none Details | Review

Description Luca Ferretti 2009-01-29 11:25:08 UTC
Steps to reproduce - 1
 * Select text in "Translated Text" entry
 * Choose Edit menu

Result - 1 
 Copy and Cut are grayed

Expected - 1 
 Copy and Cut should be available



Steps to reproduce - 2
 * Select text in "Originale Text" entry
 * Choose Edit menu

Result - 2
 Copy and Cut are availabe

Expected - 2
 Only Copy should be available, Cut should be grayed
Comment 1 Ignacio Casal Quinteiro (nacho) 2010-02-19 14:04:15 UTC
This should be straightforward to fix.
Comment 2 Carlos Garcia Campos 2012-04-22 10:30:29 UTC
Created attachment 212531 [details] [review]
Notify the window when the selection of the active view changes

The problem is that the window doesn't know when the selection has changed to update the actions sensitivity.
Comment 3 Carlos Garcia Campos 2012-04-22 10:59:31 UTC
Pushed to git master.