| Summary: | wl_data_source.action(0) received after wl_data_source.dnd_drop_performed() | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Nikita Tsarev <nikita.tsarev> |
| Component: | Wayland drag-and-drop | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kde, m.kurz, nate |
| Priority: | HI | ||
| Version First Reported In: | 6.4.5 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/d85090db362328bb4884fdbdb7de047f20960e1c | Version Fixed/Implemented In: | 6.5.4 |
| Sentry Crash Report: | |||
|
Description
Nikita Tsarev
2025-11-17 09:08:48 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/8538 Git commit 41d338b7320357c35d2d24f01272f2193563e3a2 by Vlad Zahorodnii. Committed on 09/12/2025 at 18:35. Pushed by vladz into branch 'master'. wayland: Fix sending wl_data_source::dnd_action(0) after drop updateDragTarget() can be called after performing a drop to clean up the drop handler. If that happens, don't send the dnd action. M +9 -0 autotests/integration/dnd_test.cpp M +9 -6 src/wayland/datadevice.cpp https://invent.kde.org/plasma/kwin/-/commit/41d338b7320357c35d2d24f01272f2193563e3a2 Git commit d85090db362328bb4884fdbdb7de047f20960e1c by Vlad Zahorodnii. Committed on 09/12/2025 at 19:00. Pushed by vladz into branch 'Plasma/6.5'. wayland: Fix sending wl_data_source::dnd_action(0) after drop updateDragTarget() can be called after performing a drop to clean up the drop handler. If that happens, don't send the dnd action. (cherry picked from commit 41d338b7320357c35d2d24f01272f2193563e3a2) M +9 -0 autotests/integration/dnd_test.cpp M +9 -6 src/wayland/datadevice.cpp https://invent.kde.org/plasma/kwin/-/commit/d85090db362328bb4884fdbdb7de047f20960e1c |