https://bugs.kde.org/show_bug.cgi?id=499971
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |ec6363c385ed9f1a18af8e9d15b | |71b067fc99eef Version Fixed In| |6.3.1 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from cwo <cwo....@posteo.net> --- Git commit ec6363c385ed9f1a18af8e9d15b71b067fc99eef by Christoph Wolk. Committed on 14/02/2025 at 14:50. Pushed by cwo into branch 'kicker_focus_item'. applets/kicker: actually select delegate on arrow When the user presses an arrow key from the search field, the selection is moved to the second or final entry in the list, depending on the key pressed. Then focus is passed to the column. This doesn't work properly though, as the actual keyboard focus does not end up on the delegate yet, only after the user presses another arrow. If the user tries to activate the item highlighted after a single key press, the Return press falls back to the search field which always activates the first entry in the list. Instead, expose the actual highlighted list item, then focus it directly instead of focusing the column. FIXED-IN: 6.3.1 M +2 -2 applets/kicker/package/contents/ui/MenuRepresentation.qml M +1 -0 applets/kicker/package/contents/ui/RunnerResultsList.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/ec6363c385ed9f1a18af8e9d15b71b067fc99eef -- You are receiving this mail because: You are watching all bug changes.