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

bug in filebrowser: file-rename on copy/paste #12236

Open
jhgoebbert opened this issue Mar 19, 2022 · 1 comment
Open

bug in filebrowser: file-rename on copy/paste #12236

jhgoebbert opened this issue Mar 19, 2022 · 1 comment

Comments

@jhgoebbert
Copy link

Description

If you use the JupyterLab filebrowser to copy a file with the name test-Copy.file to a different directory with the context menu using "Copy" and "Paste" the file-copy will be renamed to test.file.

This can be reproduce it with arbitrary file names as long as there is the "-Copy" in the file name.

Reproduce

  1. Create a file test-Copy.file with the JupyterLab filebrowser
  2. Right-click on this file and select "Copy"
  3. open any other directory in the JupyterLab filebrowser
  4. right click and select "Paste"
  5. the copyed file will have the name "test.file" instead of "test-Copy.file"

Expected behavior

the copied file will keep its filename which is test-Copy.file

Context

  • Operating System and version: Windows 10
  • Browser and version: Firefox 98.0.1
  • JupyterLab version: 3.2.1 and 3.3.0
@jhgoebbert jhgoebbert added the bug label Mar 19, 2022
@welcome
Copy link

welcome bot commented Mar 19, 2022

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants