Skip to content

applets/kicker: focus correct item on arrow key

When pressing arrow down from the search field, kicker moves focus to the second entry in the menu/results list. This makes sense when the first item is selected, as it is e.g. when searching. But the user can manually remove that selection (e.g. by pressing up > down first), and then arrow key down skips the first list entry.

Instead, select currentIndex+1 on arrow down from the search field.


Test plan: open kicker, search for "syst", up arrow, down arrow, down arrow.

Merge request reports

Loading