https://bugs.kde.org/show_bug.cgi?id=513019
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |27057aef0c8a3abcac9e698d894 | |273b2a250de5f Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Nate Graham <[email protected]> --- Git commit 27057aef0c8a3abcac9e698d894273b2a250de5f by Nate Graham, on behalf of Grégori Mignerot. Committed on 07/12/2025 at 15:54. Pushed by ngraham into branch 'master'. applets/taskmanager: Fix last-used task selection The LastActivated property is undefined until a task is activated at least once. So when no task in the group was ever activated, it can't find the top one using LastActivated. This regression was introduced by !3307, and can be reproduced by clicking on a grouped task right after restarting a running plasmashell. To fix this, default to StackingOrder in that case. M +44 -25 applets/taskmanager/package/contents/ui/code/tools.js https://invent.kde.org/plasma/plasma-desktop/-/commit/27057aef0c8a3abcac9e698d894273b2a250de5f -- You are receiving this mail because: You are watching all bug changes.
