-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Unselecting selection among multi-selection and pressing DEL delete latest unselected item #108885
Comments
(Experimental duplicate detection) |
Yeah this is as designed. We always execute explorer commands on focused items, not on selected. Selection is respected only if focus belongs to it. |
This imo is really bad and I was bitten by it by deleting the exact thing I wished to NOT delete. The |
@eamodio but then do you argue that all commands in the explorer should just go with the selection, or only the delete one? |
Why would someone select files without intention to act on them? |
I have been having this issue, and I am hoping this gets fixed soon. https://i.gyazo.com/51178dd63daef7bb9fa451c521ce8795.mp4
*don't click anywhere else between 2 and 3 |
I was just bitten by this and had to dig up the victim from the trash, so I took the time to understand what had happened and figured out this behaviour. Now I realize it already had happened when copy/pasting files, whithout me investigating since it was less problematic.
So I don't know if there's any other command than these, but I think selection should be used over focus when present, since as @mystiquewolf perfectly worded it:
|
Version: 1.50.1 (user setup)
Commit: d2e414d
Date: 2020-10-13T15:06:15.712Z
Electron: 9.2.1
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.19041
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: