https://bugs.kde.org/show_bug.cgi?id=483253
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/ |5d9a5ce1c7319f05c5859321c18 |87e8e0a28a4b73916e73d92a599 |ec37b97ab58d9 |562028bec6f62 --- Comment #9 from Marco Martin <notm...@gmail.com> --- Git commit 87e8e0a28a4b73916e73d92a599562028bec6f62 by Marco Martin. Committed on 28/01/2025 at 15:50. Pushed by mart into branch 'Plasma/6.3'. applets/kicker: fix backspace when searching use a proper focus handling when switching back and forth from navigating items in the menu and searching by writing text. * ItemListView knows about the search field and always forwards events to it * when the listview is focused, if a non navigation key is pressed, just moves the active focus to the search field, the letter (or backspace, or right/left arrow) will already have been managed by the search field * if the search field is focused, pressing a navigation key still transfers the focus to the listview (cherry picked from commit 5d9a5ce1c7319f05c5859321c18ec37b97ab58d9) 63a4478c applets/kicker: fix backspace when searching 565ddf4d remove unnecessary change Co-authored-by: Marco Martin <notm...@gmail.com> M +2 -0 applets/kicker/package/contents/ui/ItemListDialog.qml M +16 -20 applets/kicker/package/contents/ui/ItemListView.qml M +4 -4 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/87e8e0a28a4b73916e73d92a599562028bec6f62 -- You are receiving this mail because: You are watching all bug changes.