https://bugs.kde.org/show_bug.cgi?id=499971
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/ |8d10e42deb68273fa0254086ad4 |877ab88229509c44c061b4ee52d |d280a0b905a8c |98de83a98b297 --- Comment #6 from cwo <cwo....@posteo.net> --- Git commit 877ab88229509c44c061b4ee52d98de83a98b297 by Christoph Wolk. Committed on 18/02/2025 at 06:38. Pushed by cwo into branch 'Plasma/6.3'. 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 (cherry picked from commit 8d10e42deb68273fa0254086ad4d280a0b905a8c) Co-authored-by: Christoph Wolk <cwo....@posteo.net> 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/877ab88229509c44c061b4ee52d98de83a98b297 -- You are receiving this mail because: You are watching all bug changes.