Skip to content

SearchDialog: Improve up/down item navigation

Volker Krause requested to merge work/vkrause/search-dialog-up-down-keys into master
  • Don't increment the current index when using the down key to get from the search field to the list view, otherwise we'll skip the first entry.
  • Also force the focus to the list view when navigating backwards, so we actually see what's selected.

Merge request reports