Created attachment 153506 [details] Video first shows expected behaviour (at max width) and then the bug STEPS TO REPRODUCE 1. Change the panel to anything but “maximize panel” 2. Move the mouse to the corner where the panel is supposed to go all the way to the edge 3. The panel will auto hide and interactions with widgets are not possible
*** This bug has been marked as a duplicate of bug 423390 ***
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2308
Git commit 035f4b284b77713c4640a7142fd88f81ba7e5daa by Nate Graham, on behalf of Niccolò Venerandi. Committed on 26/11/2022 at 16:29. Pushed by ngraham into branch 'master'. Panel: Do not use QRect.bottomRight QRect documentation says to avoid bottomRight, because it's 1px smaller than we'd expect. FIXED-IN: 5.26.4 M +21 -41 shell/panelview.cpp https://invent.kde.org/plasma/plasma-workspace/commit/035f4b284b77713c4640a7142fd88f81ba7e5daa
Thank you very much!