https://bugs.kde.org/show_bug.cgi?id=427528
--- Comment #9 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit aa42b54004d07f58253f7bd4f0e5d69b2466cd33 by Vlad Zahorodnii. Committed on 28/10/2020 at 17:42. Pushed by vladz into branch 'master'. Send a cancelled() event if the dnd data source is not accepted Currently, Firefox will stuck in "dnd" mode if you try to drag any of its tabs. The main reason for that is that kwin doesn't send the wl_data_source.cancelled event if the pointer button has been released and there is no target surface or if the data source hasn't been accepted by anyone. M +3 -0 src/server/datadevice_interface.cpp M +12 -0 src/server/datasource_interface.cpp M +3 -0 src/server/datasource_interface.h M +18 -6 src/server/seat_interface.cpp https://invent.kde.org/plasma/kwayland-server/commit/aa42b54004d07f58253f7bd4f0e5d69b2466cd33 -- You are receiving this mail because: You are watching all bug changes.