STEPS TO REPRODUCE 1. open Kickoff or a system tray applet 2. try to resize Kickoff/applet vertically 3. OBSERVED RESULT we can't resize Kickoff/applet vertically because the mouse pointer does not change to resizing mode. EXPECTED RESULT we are able to resize Kickoff/applet vertically. SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.90.90 KDE Frameworks Version: 5.247.0 Qt Version: 6.6.1 Graphics Platform: Wayland
Some condition is reversed somewhere. With a bottom panel, widgets can't be resized from the top, and with a top panel, widgets can't be resized from the bottom. Everything works as expected with a left or right panel.
(In reply to Nate Graham from comment #1) > Some condition is reversed somewhere. With a bottom panel, widgets can't be > resized from the top, and with a top panel, widgets can't be resized from > the bottom. Everything works as expected with a left or right panel. This is just a guess, but maybe the fix for bug 475673 caused it? https://invent.kde.org/plasma/libplasma/-/merge_requests/996 Maybe it's preventing resizing on the wrong side.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/libplasma/-/merge_requests/1022
Git commit f2c451650df19ef41f6364196bc68052773e77b6 by Arjen Hiemstra. Committed on 22/12/2023 at 18:38. Pushed by davidedmundson into branch 'master'. Fix PopupPlasmaWindow::effectivePopupDirection being the wrong way around When a popup would open above a panel this would result in `effectivePopupDirection` being `Qt::BottomEdge` and similarly for the other edges. Due to this, the condition the code that applied resizing would disable the incorrect edge (the one on the opposite of the edge on the panel), breaking popup resizing. Related: bug 477880 M +8 -8 src/plasmaquick/popupplasmawindow.cpp https://invent.kde.org/plasma/libplasma/-/commit/f2c451650df19ef41f6364196bc68052773e77b6