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

Not possible to correctly drag'n'drop file/folder with # in the name #897

Closed
AlttiRi opened this issue May 21, 2021 · 0 comments
Closed
Labels
bug Bug reports.

Comments

@AlttiRi
Copy link
Contributor

AlttiRi commented May 21, 2021

Describe the bug
It's not possible to correctly drag'n'drop a file or a folder with # in the name.

To Reproduce
Try the different cases:

  • Drag'n'drop a folder with #folder name to the program.
  • Drag'n'drop a file with #file name to the program.
  • Drag'n'drop a folder with _#folder name to the program.
  • Drag'n'drop a file with _#file name to the program.

Current program behaviour

Dropping of #folder/#file leads to opening the parent directory.

Dropping of _#folder/_#file will add nothing since the program trims everything after # and says that there is no _ folder/file.

Desktop (please complete the following information):

  • OS: Windows 10
  • 4.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports.
Projects
None yet
Development

No branches or pull requests

1 participant