Summary: | Moving with screens in the view moves with the whole window | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Jan Grulich <jgrulich> |
Component: | kcm_kscreen | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lehoangphuongbg, nate, plasma-bugs |
Priority: | VHI | Keywords: | regression |
Version: | 5.21.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/breeze/commit/da9593d379c25d08e8cd356f472fa561f9fda5f8 | Version Fixed In: | 5.21.2 |
Sentry Crash Report: |
Description
Jan Grulich
2021-02-18 15:48:53 UTC
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 |