album_list_panel icon indicating copy to clipboard operation
album_list_panel copied to clipboard

Jump by letters on album list gets broken after an error

Open regorxxx opened this issue 2 years ago • 3 comments

I think I can link the problem to the way consecutive keys are handled. For example, if you are at letter A, pressing A and then D will switch to an item like 'Adam'. That's right. But if you then press D again, and there is no such item 'Add..' it throws a sound error.

The problem now is that no matter what you do, jumping pressing letters is disabled after that error! You have to move/use the mouse somewhere on the UI to be able to re-use the feature. That makes quick -searching by letter broken as soon as you don't find an item.

After an error (and maybe a really small timeout), the feature should be reset. i.e. forgetting the previous keys. So if I was at 'Adam', after an error, pressing any key should jump to the first item matching it (without requiring mouse).

In the gif I pressed A, then waited, then D and finally D + a + d. At that point it did not find anything and tried pressing multiple keys. You will notice the list only moves after I moved the mouse. Cui lib

regorxxx avatar Aug 11 '21 19:08 regorxxx