GNOME Bugzilla – Bug 569650
Wrong behavior for Edit->Copy and Edit->Cut
Last modified: 2012-04-22 10:59:31 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
This should be straightforward to fix.
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.
Pushed to git master.