Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No indication that cut and paste over existing file didn't succeed #67570

Closed
gregvanl opened this issue Jan 30, 2019 · 3 comments
Closed

No indication that cut and paste over existing file didn't succeed #67570

gregvanl opened this issue Jan 30, 2019 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-clipboard Editor clipboard issues verified Verification succeeded

Comments

@gregvanl
Copy link

gregvanl commented Jan 30, 2019

  • VSCode Version: 1.31 Insiders
  • OS Version: Windows 10

Found when testing #66905

Steps to Reproduce:

  1. Create a folder1 with blah.md in it.
  2. Create another folder2 and also have a file blah.md
  3. Cut blah.md from folder1 and try to paste through the Explorer context menu in folder2.

Not indication (dialog box) that paste didn't work. Should this result in a copy over, a new file blah1.md (like copy) or simply block the paste?

The cut blah.md is still shaded and available for pasting but that's pretty subtle.

@vscodebot vscodebot bot added the editor-clipboard Editor clipboard issues label Jan 30, 2019
@gregvanl
Copy link
Author

Turns out if you use the keybinding Ctrl+V for the paste, there is a notification.

image

There is no notification if you use the Explorer context menu Paste

@gregvanl
Copy link
Author

Behaves the same way for folders.

@isidorn isidorn added the bug Issue identified by VS Code Team member as probable bug label Jan 31, 2019
@isidorn isidorn added this to the December/January 2019 milestone Jan 31, 2019
@isidorn
Copy link
Contributor

isidorn commented Jan 31, 2019

@gregvanl good catch, thanks!

@bpasero bpasero added the verified Verification succeeded label Feb 1, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug editor-clipboard Editor clipboard issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants