Created attachment 169189 [details] A video demonstrating how to reproduce the bug. SUMMARY Application Launcher, Wifi applet, calendar applet and other applets on the panel don't remember their position. STEPS TO REPRODUCE 1. Install latest Fedora 40 KDE spin in a VM. 2. Setup an administrator/normal user and log in. 3. Open kickoff and increase its size from the right hand side. Now decrease it's size from the left hand side so that now its position above the panel is different from the default. 4. Close kickoff and reopen. OBSERVED RESULT Kickoff doesn't remember its position above the panel and goes back to the default left hand side. EXPECTED RESULT Kickoff remembers its position and remains where its position had been set previously. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Fedora 40 (available in About System) KDE Plasma Version: 6.0.4 KDE Frameworks Version: 6.1.0 Qt Version: 6.7.0 ADDITIONAL INFORMATION
This is intentional, but it shouldn't be able to happen at all; the ability to resize from an edge touching a screen edge is the thing that's a bug! We should fix that. I can reproduce it with current git master.
(In reply to Nate Graham from comment #1) > This is intentional, but it shouldn't be able to happen at all; the ability > to resize from an edge touching a screen edge is the thing that's a bug! We > should fix that. I can reproduce it with current git master. What do the launcher (and other widgets) follow to decide their starting point? If I have a panel of custom width (smaller than fill width) then kickoff used to start from the left hand side of the panel's starting point in 5.27. If I understand your reply correctly then is the inability of being able to resize a widget touching the screen edge from that edge going to fix the starting point problem?
*** Bug 487943 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/plasma/libplasma/-/merge_requests/1204
Git commit e747cc12360b56adcdde717dbe88c174df8f4c43 by Nate Graham, on behalf of Niccolò Venerandi. Committed on 16/10/2024 at 14:48. Pushed by ngraham into branch 'master'. Do not allow resizing applet popups from borders on a screen or panel FIXED-IN: 6.3.0 M +2 -4 src/plasmaquick/appletpopup.cpp M +32 -9 src/plasmaquick/popupplasmawindow.cpp M +7 -0 src/plasmaquick/popupplasmawindow.h https://invent.kde.org/plasma/libplasma/-/commit/e747cc12360b56adcdde717dbe88c174df8f4c43