main-panel -> song-list (all songs of a playlist).
goal: to reach a song very fast, by typing the titel.
this does not work properly:
f.e., three songs:
HORIZON
KEEPING IN MOTION
KNUDDELMAUS
LA MAISON
so, my typing looks like this:
H - ok, found
K - ok, first entry with a K: found
K again - ok
L NOT FOUND!
BUT: i think that i found a bug: when i press BACKSPACE long enough, next/following entries will be found again!
so i think: there is an error within the buffer: buffer will not be emptied, when item has been found (cursor pointing / highlighting the item)
as soon an entry has been found, the buffer should be EMPTIED or as soon there is a change while typing a search-string.
should work exactly the same way, as f.e. in windows-(file)explorer.
please do some test within your own songlists - do you discover the same behavior?