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 134420 - Cut and Paste leaves Paste available
Cut and Paste leaves Paste available
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Cut Copy Paste Undo
0.x.x [obsolete]
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-15 10:22 UTC by Steve R. Hastings
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch empties the clipboard after a cut action. (634 bytes, patch)
2004-09-25 10:46 UTC, Glenn Pierce
none Details | Review

Description Steve R. Hastings 2004-02-15 10:22:08 UTC
0) Log in to GNOME using gdm.
1) Open a folder in Nautilus.
2) Check Edit menu.  Cut, Copy, and Paste are all dimmed (unavailable).
3) Click on a file, then choose Cut.
4) Switch to another folder, and choose Paste.  File is pasted.
5) Check Edit menu.

RESULT: Paste is still un-dimmed (available).

EXPECT: Paste dimmed.


Note that if you choose the Paste command, nothing happens.

Because this is related to whether Paste is dimmed or not, this bug is
related to bug 84828.  Possibly these could be fixed together.
Comment 1 Matthew Gatto 2004-02-15 22:54:51 UTC
Thanks for the bug report.

I can reproduce in 2.5 in both File Browser and spatial modes.
Changing Version -> "cvs (head)" and adding GNOMEVER2.5/bugsquad to
Keywords.
Comment 2 Glenn Pierce 2004-09-25 10:46:30 UTC
Created attachment 31924 [details] [review]
Patch empties the clipboard after a cut action.

Patch simply empties the clipboard after a cut action, causing the paste menu
item to become inactive.
Comment 3 Alexander Larsson 2004-09-25 15:05:14 UTC
Fix is in cvs. Thanks for the patch!