Bug 471482 - Auto-hiding panel unhides until interacted with when changing screen resolution on Wayland
Summary: Auto-hiding panel unhides until interacted with when changing screen resoluti...
Status: RESOLVED DUPLICATE of bug 448420
Alias: None
Product: plasmashell
Classification: Plasma
Component: Panel (show other bugs)
Version: 5.27.5
Platform: openSUSE Linux
: NOR minor
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords: wayland
Depends on:
Blocks:
 
Reported: 2023-06-26 20:11 UTC by bugs.7ng0x
Modified: 2023-12-20 21:45 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugs.7ng0x 2023-06-26 20:11:48 UTC
SUMMARY
On Wayland, auto-hiding panels unhide when changing the screen resolution. They stay visible on the screen and won't hide again until the user interacts with them (i.e. moves the mouse over them and away again).

STEPS TO REPRODUCE
1. Set up an auto-hiding panel (and wait for it to hide)
2. Change the screen resolution (or, if running a nested KWin session, resize the inner KWin window)

OBSERVED RESULT
The panel unhides as if activated by moving the mouse cursor to the panel's screen edge. In contrast to the latter action, the panel will stay visible until the user interacts with the panel (e.g. by moving the mouse over it and away again).

EXPECTED RESULT
The panel should stay hidden when changing resolutions.

SOFTWARE/OS VERSIONS
Linux: openSUSE Tumbleweed (also tested Ubuntu 23.04)
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9
Graphics Platform: Wayland

ADDITIONAL INFORMATION
The behavior described in https://bugs.kde.org/show_bug.cgi?id=387252 sounds very similar:
> (Basically whenever a geometry change request was posted for the panel (e.g. implicit size of Task Manager changing due to items being added/removed) KWin would unhide the panel as it could have moved out of the visible are and become unreachable. It then didn't re-apply the auto hiding)

I tried debugging this myself for a bit, but the interaction between KWin/plasmashell is still a bit over my head :)
Comment 1 Nate Graham 2023-12-20 21:45:06 UTC

*** This bug has been marked as a duplicate of bug 448420 ***