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
Search for files, and see the results in Temp such that it has at least 3 files.
Select 2 files such that the first (0th) file at the very beginning (top) is not selected.
F6 to move selected files to some folder
Expected behavior
Selected files get moved and are removed from the Temp panel.
ALL non-selected files remain in the Temp panel.
Actual behavior
Selected files get moved and are removed from the Temp panel (this is correct).
File immediately above the original selection is removed from the Temp panel (which is wrong - it should remain in the panel since it was not selected) but is not moved (which is correct - it was not selected, and therefore should have nothing happen to it).
Also it is possible that some other non-selected files are removed from the Temp panel as well, not just the one immediately above the selection. It may be especially the case when selection has gaps - perhaps all non-selected files that appear immediately before each selection fragment get removed from the Temp panel.
This looks like a typical off-by-1 error somewhere.
Also F6 Move was just an example, it may also likely happen with some other actions that would end up changing Temp Panel's contents.
The text was updated successfully, but these errors were encountered:
@fitdev I cannot reproduce it.
6074 was almost two years ago, maybe it was fixed already, please try to update.
If that doesn't help, we will need more information, e.g. how the underlying directory structure looks like.
Far Manager version
3.0.6074.0 x64
OS version
10.0.22621
Other software
No response
Steps to reproduce
Expected behavior
Selected files get moved and are removed from the Temp panel.
ALL non-selected files remain in the Temp panel.
Actual behavior
Selected files get moved and are removed from the Temp panel (this is correct).
File immediately above the original selection is removed from the Temp panel (which is wrong - it should remain in the panel since it was not selected) but is not moved (which is correct - it was not selected, and therefore should have nothing happen to it).
Also it is possible that some other non-selected files are removed from the Temp panel as well, not just the one immediately above the selection. It may be especially the case when selection has gaps - perhaps all non-selected files that appear immediately before each selection fragment get removed from the Temp panel.
This looks like a typical off-by-1 error somewhere.
Also F6 Move was just an example, it may also likely happen with some other actions that would end up changing Temp Panel's contents.
The text was updated successfully, but these errors were encountered: