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

Renaming a file allows unallowed symbols, causing file system error #83

Closed
larsschellhas opened this issue May 14, 2022 · 3 comments
Closed
Assignees
Labels
being worked on Somebody is looking into this bug Something isn't working

Comments

@larsschellhas
Copy link

Describe the bug

When you rename a file in the app and include characters which aren't allowed for filenames (e.g. '/') it will cause an error and you need to retype everything.

To Reproduce

  1. Go to 'Rename file'
  2. Enter something with '/'
  3. Press enter
  4. See error

Expected behavior
Same experience as in Windows itself. When entering an unallowed character, it isn't printed but a warning is shown instead.
image

Screenshots
image
image

Log data
log20220514.txt

@larsschellhas larsschellhas added the bug Something isn't working label May 14, 2022
@simon-knuth
Copy link
Owner

Good catch! I'll polish this up a bit in the next update.

@simon-knuth simon-knuth added the being worked on Somebody is looking into this label May 16, 2022
@larsschellhas
Copy link
Author

Looking forward to it! 😊

@simon-knuth
Copy link
Owner

This is included in the v3.2 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
being worked on Somebody is looking into this bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants