Bug 452584 - Textual list of grouped apps is misplaced
Summary: Textual list of grouped apps is misplaced
Status: CONFIRMED
Alias: None
Product: libplasma
Classification: Frameworks and Libraries
Component: components (other bugs)
Version First Reported In: 5.90.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: wayland-only
Depends on:
Blocks:
 
Reported: 2022-04-13 17:22 UTC by Patrick Silva
Modified: 2024-09-08 20:52 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
screenshot (900.19 KB, image/png)
2022-04-13 17:22 UTC, Patrick Silva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2022-04-13 17:22:51 UTC
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
Comment 1 Nate Graham 2022-04-18 15:55:27 UTC
Cannot reproduce.
Comment 2 Fushan Wen 2022-04-20 13:44:32 UTC
I wonder if GroupDialog can be created and destroyed on demand without having to always stay in the background, which may fix many bugs.
Comment 3 Nate Graham 2022-04-20 17:59:34 UTC
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
Comment 4 Fushan Wen 2022-04-22 00:11:39 UTC
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.