You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explain the bug
After emptying the Recycle Bin using the context menu in the file list, the number of items in the Recycle Bin is still the original number of items before being emptied. I had 93 items in my Recycle Bin and when I emptied it, the folder still said 93 items until I refreshed it.
To reproduce
Go to Recycle Bin
Right click on empty space inside the file list.
Click Empty Recycle Bin
Watch files get deleted.
Folder should be empty but the number of files at the bottom of the screen is wrong.
Expected behavior
I expected to see the number of files in the Recycle Bin listed as 0. The screenshot included below shows what I saw and what I expected to see.
@MattBDev as you said, however, the empty bin operation is actually carried out, it is only the view that is not refreshed upon operation conclusion.
So I infer it is more a matter of triggering a periodic refresh of the view after the user click on Empty bin, isn't it?
Explain the bug
After emptying the Recycle Bin using the context menu in the file list, the number of items in the Recycle Bin is still the original number of items before being emptied. I had 93 items in my Recycle Bin and when I emptied it, the folder still said 93 items until I refreshed it.
To reproduce
Expected behavior
I expected to see the number of files in the Recycle Bin listed as 0. The screenshot included below shows what I saw and what I expected to see.
Logfile
debug.txt
debug_fulltrust.txt
Screenshots
The picture of my Recycle Bin after the files were deleted:
What I expected to see after my files were deleted:
System Information
Additional comment
The number of items in the Recycle Bin is correct after refreshing the folder.
The text was updated successfully, but these errors were encountered: