https://bugs.kde.org/show_bug.cgi?id=479233
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In| |6.2.0 Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |fd6c2bf2ad7c022a464c0799ea0 | |256fb692d6618 --- Comment #10 from Nate Graham <n...@kde.org> --- Git commit fd6c2bf2ad7c022a464c0799ea0256fb692d6618 by Nate Graham, on behalf of David Edmundson. Committed on 03/09/2024 at 15:26. Pushed by ngraham into branch 'master'. applets/kickoff: Move enter key handling to listviews Kickoff has a model where the main view forwards key events to the search field, and the search field forwards keys to the main view. Right now the enter key is handled by the search field to activate the current item in the view. This doesn't make sense semantically: committing input text should not activate an item, it should apply the search, which isn't needed as we search as we type. This could break input methods and the clear button. Activating the current item in a view should be encapsulated within the view. FIXED-IN: 6.2.0 M +0 -4 applets/kickoff/package/contents/ui/Header.qml M +6 -0 applets/kickoff/package/contents/ui/KickoffGridView.qml M +6 -0 applets/kickoff/package/contents/ui/KickoffListView.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/fd6c2bf2ad7c022a464c0799ea0256fb692d6618 -- You are receiving this mail because: You are watching all bug changes.