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 folder to another folder's previous name makes it appear as if both folders have the same contents #15667

Open
nickasd opened this issue Feb 28, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@nickasd
Copy link

nickasd commented Feb 28, 2024

Describe the bug
When renaming folder A to C, then renaming folder B to A, it will appear as though folder A has the same contents as C. Reloading correctly updates the contents of A.

To Reproduce

  1. Create an empty folder A.
  2. Create a file "asdf" inside A.
  3. Create an empty folder B.
  4. Rename A to C.
  5. Rename B to A.
  6. Expand A.

Expected behavior
A should be empty.

Actual behavior
It appears as if A contains a file "asdf". C also still contains a file "asdf". Reloading correctly shows that A is empty.

Desktop (please complete the following information):

  • OS: macOS 14.2.1
  • Version 8.7.2

Log Files
cyberduck.log

@dkocher dkocher added interface User Interface enhancement labels Mar 4, 2024
@dkocher dkocher self-assigned this Mar 4, 2024
@dkocher dkocher added this to the 9.0 milestone Mar 4, 2024
@dkocher
Copy link
Contributor

dkocher commented Mar 4, 2024

Relates to #14640.

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

No branches or pull requests

2 participants