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

Fix error when dragging to IFS directory with special characters #2238

Conversation

chrjorgensen
Copy link
Collaborator

@chrjorgensen chrjorgensen commented Aug 29, 2024

Changes

When dragging files or folders to a directory with special character(s) in the name of the source(s) or target, the copy or move fail the operation because of the special character(s) in the name(s).

This PR fixes the problem first reported in issue #2237.

How to test this PR

Examples:

  1. Switch to the master branch.
  2. Drag and drop a file to a directory having a name with blank(s). The copy or move fails.
  3. Drag and drop a file having a name with blank(s) to a directory. The copy or move fails.
  4. Switch to this branch.
  5. Drag and drop a file to a directory having a name with blank(s). The copy or move completes as expected.
  6. Drag and drop a file having a name with blank(s) to a directory. The copy or move completes as expected.

Checklist

  • have tested my change

@chrjorgensen chrjorgensen self-assigned this Aug 29, 2024
@chrjorgensen chrjorgensen added the bug A confirmed issue when something isn't working as intended label Aug 29, 2024
@chrjorgensen chrjorgensen changed the title Fix error when dragging to IFS directory with blanks Fix error when dragging to IFS directory with special characters Aug 29, 2024
@worksofliam worksofliam added the ready Ready for review label Sep 3, 2024
@worksofliam worksofliam merged commit cc26685 into codefori:master Sep 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A confirmed issue when something isn't working as intended ready Ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IFS browser: Error moving files to directories with spaces in the pathname
3 participants