Created attachment 168328 [details] Screenshot of pager on a floating panel, the mouse is over the 7th desktop, but the 4th one is selected. (apologies if this is filed under the wrong component) SUMMARY The with a 3x3 of virtual desktops, the pager cannot select the upper or lower six. STEPS TO REPRODUCE 1. Add the virtual desktop pager to a floating panel 2. Add 9 virtual desktops in a 3x3 grid 3. Attempt to select the upper or lower three desktops OBSERVED RESULT The mouse can only select the middle three desktops (4,5,6), despite the mouse hovering over the rows above or below it. EXPECTED RESULT The selected desktop should be the one that the mouse is hovering over. SOFTWARE/OS VERSIONS Linux: 6.5.0-27 KDE Plasma Version: 6.0.3 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.3
This bug also still occurs when the floating panel is in the maximised window mode.
does this happens only when the pager is configured to have multiple lines?
Can reproduce with the following settings: - Panel with thickness of 34px or less - 3 or more rows of virtual desktops It affects horizontal or vertical panels, and starts working as expected if I raise the panel thickness to 36 or higher. Seems like floating panel input redirection may be inappropriately kicking in here or something?
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2669
Git commit cdf2138fe19ad260c83b979a3df796006d219623 by Niccolò Venerandi. Committed on 19/12/2024 at 09:38. Pushed by niccolove into branch 'master'. Align panel containment's spacingAtMinSize value with view Previously the containment value would use round instead of floor, and it would use the entire window size (including floating margins) instead of just the panel thickness. Instead, they should always use the same value. M +1 -1 desktoppackage/contents/views/Panel.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/cdf2138fe19ad260c83b979a3df796006d219623