Comment 0 for bug 1881273

Revision history for this message
dremodaris (dremodaris) wrote :

I did the following:
- I copied folder `/somewhere/my-folder` to the same parent folder `/somewhere`, yielding `/somewhere/my-folder (copy)`.
- I pressed ctrl+Z to undo this action (and confirmed), correctly causing `/somewhere/my-folder (copy)`
- I pressed shift+ctrl+Z to redo this action.

This resulted not only in the reappearance of `/somewhere/my-folder (copy)` with the correct contents, but the file `/somewhere/my-folder/has/a/child.txt` was copied several times: I also got:
`/somewhere/my-folder (copy)/has/a/child.txt` (correct)
`/somewhere/my-folder/has (copy)/a/child.txt` (wrong)
`/somewhere/my-folder/has/a (copy)/child.txt` (wrong)
`/somewhere/my-folder/has/a/child (copy).txt` (wrong)