Summary: | Dragging a window on screen 1 to screen 2 actually moves it to a different virtual desktop | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Nate Graham <nate> |
Component: | effects-overview | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | dashonwwIII, fanzhuyifan |
Priority: | NOR | Keywords: | qt6 |
Version First Reported In: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=481336 https://bugs.kde.org/show_bug.cgi?id=481868 |
||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/e4443c32b3ed8a027a103005594d7a2ea8927d79 | Version Fixed In: | |
Sentry Crash Report: |
Description
Nate Graham
2024-02-14 17:39:07 UTC
Can reproduce -- this only happens in overview, not in gridview. Git commit 6190bfc58fb7283a020e4e982e26e2be8e2e85eb by David Edmundson. Committed on 19/02/2024 at 15:08. Pushed by davidedmundson into branch 'desktop_drag'. overview: Only handled input events in on-screen desktops kwin does not support true multiscreen drag and drops. Events are sent to an offscreen location of the screen initiating the drag. Therefore it is important that off-screen items do not process drop events M +3 -0 src/plugins/overview/qml/main.qml https://invent.kde.org/plasma/kwin/-/commit/6190bfc58fb7283a020e4e982e26e2be8e2e85eb Git commit 3ede995b270bd85610422eea36bfe9139b3b5107 by Vlad Zahorodnii, on behalf of David Edmundson. Committed on 19/02/2024 at 15:28. Pushed by vladz into branch 'master'. overview: Only handled input events in on-screen desktops kwin does not support true multiscreen drag and drops. Events are sent to an offscreen location of the screen initiating the drag. Therefore it is important that off-screen items do not process drop events M +5 -0 src/plugins/overview/qml/main.qml https://invent.kde.org/plasma/kwin/-/commit/3ede995b270bd85610422eea36bfe9139b3b5107 Git commit e4443c32b3ed8a027a103005594d7a2ea8927d79 by Vlad Zahorodnii, on behalf of David Edmundson. Committed on 19/02/2024 at 15:42. Pushed by vladz into branch 'Plasma/6.0'. overview: Only handled input events in on-screen desktops kwin does not support true multiscreen drag and drops. Events are sent to an offscreen location of the screen initiating the drag. Therefore it is important that off-screen items do not process drop events (cherry picked from commit 3ede995b270bd85610422eea36bfe9139b3b5107) M +5 -0 src/plugins/overview/qml/main.qml https://invent.kde.org/plasma/kwin/-/commit/e4443c32b3ed8a027a103005594d7a2ea8927d79 *** Bug 478132 has been marked as a duplicate of this bug. *** |