Created attachment 148143 [details] screenshot SUMMARY I can't reproduce this bug consistently. Sometimes it occurs after the steps below. STEPS TO REPRODUCE 1. open two windows of Firefox 2. open other apps until the Firefox windows become grouped in the task manager 3. click on Firefoxes grouped in the task manager OBSERVED RESULT textual list of grouped windows is misplaced. Please see the attached screenshot. EXPECTED RESULT textual list should open in the correct position SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.24.4 KDE Frameworks Version: 5.93.0 Qt Version: 5.15.3 Graphics Platform: Wayland
Cannot reproduce.
I wonder if GroupDialog can be created and destroyed on demand without having to always stay in the background, which may fix many bugs.
Git commit 6e9a81a0291ad6bd3aeee80050ee395f266c3f33 by Nate Graham, on behalf of Fushan Wen. Committed on 20/04/2022 at 17:56. Pushed by ngraham into branch 'master'. applets/taskmanager: Remove `groupDialog` property after switching to Window View It's introduced in a261ff25a580759183d20725d9f37d9ba25365ee to fix window highlighting, but now it's not used anywhere, so remove it. Related: bug 376205, bug 376234 M +0 -1 applets/taskmanager/package/contents/ui/main.qml M +0 -14 applets/taskmanager/plugin/backend.cpp M +0 -6 applets/taskmanager/plugin/backend.h https://invent.kde.org/plasma/plasma-desktop/commit/6e9a81a0291ad6bd3aeee80050ee395f266c3f33
I can't reproduce the bug on X11, and unfortunately I can't log in to Wayland session now. I suspect the bug is in Plasma Dialog but I also want to see if https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/906 fixes the bug.