explorerplusplus icon indicating copy to clipboard operation
explorerplusplus copied to clipboard

Rename canceled when file sync status changes.

Open maxanier opened this issue 1 year ago • 0 comments

Describe the bug I have the Nextcloud Client installed. Within the synced Nextcloud directory, the file icons are augmented with a green checkmark when the file is synced with the Nextcloud server and with a blue refresh icon, when synchronization is in progress. When I create a new file in a synced directory, the file is first augmented with the refresh item and after 1-2s with the green checkmark. Unfortunately, this augmentation update causes Explorer++ to cancel the rename process. So the following happens:

  1. After file creation, Explorer++ starts renaming
  2. Renaming is almost instantaneously aborted because a blue refresh icon is added
  3. I click F2 again and start renaming
  4. Renaming is again canceled because file is synced and green checkmark is added.

The file remains selected when renaming is canceled.

I don't exactly know how Nextcloud modifies the file (view). This also happens e.g. in Extra large thumbnails view, where the green checkmark is not visible, but some file properties are probably still updated.

Desired behavior:

To Reproduce

  1. Go to a folder synced by Nextcloud
  2. Create a new file and try to rename it.

Expected behavior Do not abort rename, when item sync status changes. In Windows Explorer it works like this.

Version (please complete the following information):

  • Explorer++ version: 1.5.0.2544 dev from Jan 12 2025 (64bit)
  • OS: Windows 10
  • Nextcloud: 3.15

maxanier avatar Jan 13 '25 11:01 maxanier