marta-file-manager / marta-issues

An issue tracker for Marta File Manager.
https://marta.yanex.org/
359 stars 0 forks source link

No selection on enter with showGoUpFolder false #940

Open eugenesvk opened 1 year ago

eugenesvk commented 1 year ago

When you disable showGoUpFolder and enter a new folder, then nothing should be selected because the user hasn't made any selection decision — maybe he'd like to select from the bottom and press , then the item at the bottom should be selected

Currently the top row is preselected So it should be like selectGoUpFolderOnEnter false should also affect the top row when there is no "GoUpFolder" However, when you exit a folder, then it should be selected so you don't lose your selected position before entering a folder

page-down commented 1 year ago

... nothing should be selected because the user hasn't made any selection decision ...

I believe that based on the current design, there will always be a default selected item in the panes. Otherwise, many features, including the API, will need to be changed.

eugenesvk commented 1 year ago

Understand re. the changes, but it's still an undesirable behavior — unless a user selects something explicitly, nothing should be selected

page-down commented 1 year ago

... unless a user selects something explicitly ...

Related to this, there are other more serious problems besides this one. In some cases the selected file will change without explicit user action. This is unacceptable, as it can lead to very serious mistakes in file operations.

I'm still waiting for yanex to recover better and come back.