SUMMARY I'm unable to position my screens, because when I try to move with any screen in the view, it moves with the whole window. STEPS TO REPRODUCE 1. Move with a screen in the view OBSERVED RESULT The whole window (system settings) is moved. EXPECTED RESULT Only the screen in the view is moved. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Fedora 34 (available in About System) KDE Plasma Version: 5.21.0 KDE Frameworks Version: 5.79.0 Qt Version: 5.15.2
Known issue; Marco, could you look into it? Thanks!
*** Bug 433280 has been marked as a duplicate of this bug. ***
Git commit 614a780d45fc600735c1893e3a0aa2a633cd31e1 by Nate Graham, on behalf of Marco Martin. Committed on 24/02/2021 at 16:17. Pushed by ngraham into branch 'master'. Start the window drag from the QStyle Make again the root item accept mouse clicks, so the qwidget part won't take over. also ungrab the mouse of the QQuickItem as soon as the system move start, so won't eat the first click after the system move has been performed. Being a QQuickItem that accepts the mouse press, Input Handlers know how to steal the event from it even if they don't accept it. This reverts commit 6919b948ca46ea1c2f100c90dd5326edfdb131f1. FIXED-IN: 5.21.2 M +37 -6 kstyle/breezewindowmanager.cpp M +7 -0 kstyle/breezewindowmanager.h https://invent.kde.org/plasma/breeze/commit/614a780d45fc600735c1893e3a0aa2a633cd31e1
Git commit da9593d379c25d08e8cd356f472fa561f9fda5f8 by Nate Graham, on behalf of Marco Martin. Committed on 24/02/2021 at 16:21. Pushed by ngraham into branch 'Plasma/5.21'. Start the window drag from the QStyle Make again the root item accept mouse clicks, so the qwidget part won't take over. also ungrab the mouse of the QQuickItem as soon as the system move start, so won't eat the first click after the system move has been performed. Being a QQuickItem that accepts the mouse press, Input Handlers know how to steal the event from it even if they don't accept it. This reverts commit 6919b948ca46ea1c2f100c90dd5326edfdb131f1. FIXED-IN: 5.21.2 (cherry picked from commit 614a780d45fc600735c1893e3a0aa2a633cd31e1) M +37 -6 kstyle/breezewindowmanager.cpp M +7 -0 kstyle/breezewindowmanager.h https://invent.kde.org/plasma/breeze/commit/da9593d379c25d08e8cd356f472fa561f9fda5f8