https://bugs.kde.org/show_bug.cgi?id=521001
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |a0af0eec772bd6036398c77297c | |169e34f8392d7 Resolution|--- |FIXED Version| |6.6.6 Fixed/Implemented| | In| | Status|ASSIGNED |RESOLVED --- Comment #3 from cwo <[email protected]> --- Git commit a0af0eec772bd6036398c77297c169e34f8392d7 by Christoph Wolk. Committed on 03/06/2026 at 17:02. Pushed by cwo into branch 'Plasma/6.6'. applets/kicker: move Return handler from abstract to grid delegate We need slightly different behavior in the different delegates. In 6.7, we have better solution for this, but in 6.6.5 we end up with two onReturnPressed handlers activating, as both the abstract delegate and the list delegate have one. The sidebar delegates do their own thing anyway, so we can just move the extra handler to the only one that does not have an explicit keys handler yet, the grid delegate. FIXED-IN: 6.6.6 M +0 -2 applets/kicker/ItemAbstractDelegate.qml M +2 -0 applets/kicker/ItemGridDelegate.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/a0af0eec772bd6036398c77297c169e34f8392d7 -- You are receiving this mail because: You are watching all bug changes.
