https://bugs.kde.org/show_bug.cgi?id=508111
Vlad Zahorodnii <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/8ad4fb8824 | |2c937ba4b9e06dc4bb6a143af55 | |309 Status|CONFIRMED |RESOLVED --- Comment #1 from Vlad Zahorodnii <[email protected]> --- Git commit 8ad4fb88242c937ba4b9e06dc4bb6a143af55309 by Vlad Zahorodnii. Committed on 26/08/2025 at 11:33. Pushed by vladz into branch 'master'. Fix drag-and-drop for subsurfaces If a drag-and-drop operation origanates from a subsurface, kwin will send dnd related events to the main surface. This confuses clients such as Firefox. M +1 -0 autotests/integration/CMakeLists.txt A +981 -0 autotests/integration/dnd_test.cpp [License: GPL(v2.0+)] M +4 -0 autotests/integration/kwin_wayland_test.h M +14 -0 autotests/integration/test_helpers.cpp M +2 -13 autotests/wayland/client/CMakeLists.txt M +0 -166 autotests/wayland/client/test_datadevice.cpp D +0 -751 autotests/wayland/client/test_drag_drop.cpp M +34 -11 src/input.cpp M +2 -15 src/wayland/datadevice.cpp M +1 -1 src/wayland/datadevice.h M +8 -12 src/wayland/seat.cpp M +14 -1 src/wayland/seat.h M +1 -1 src/xwayland/dnd.cpp https://invent.kde.org/plasma/kwin/-/commit/8ad4fb88242c937ba4b9e06dc4bb6a143af55309 -- You are receiving this mail because: You are watching all bug changes.
