https://bugs.kde.org/show_bug.cgi?id=483253
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |5d9a5ce1c7319f05c5859321c18 | |ec37b97ab58d9 --- Comment #8 from Marco Martin <notm...@gmail.com> --- Git commit 5d9a5ce1c7319f05c5859321c18ec37b97ab58d9 by Marco Martin. Committed on 28/01/2025 at 15:50. Pushed by mart into branch 'master'. 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 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/5d9a5ce1c7319f05c5859321c18ec37b97ab58d9 -- You are receiving this mail because: You are watching all bug changes.