https://bugs.kde.org/show_bug.cgi?id=384009
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/kdeclarative/-/commi | |t/63062cc0d91df267cee2e63f9 | |d28a22b04fccd90 Resolution|--- |FIXED Version| |6.22 Fixed/Implemented| | In| | --- Comment #15 from Nate Graham <[email protected]> --- Git commit 63062cc0d91df267cee2e63f9d28a22b04fccd90 by Nate Graham, on behalf of Jonathan Marten. Committed on 06/12/2025 at 01:58. Pushed by ngraham into branch 'master'. DeclarativeDragArea: Filter mouse events according to acceptedButtons() When starting or within a drag, childMouseEventFilter() needs to take account of the buttons that the area expects to handle. The symptom of this happens with plasma-addons/applets/quicklaunch, where a right button click over a launcher icon starts a drag as well as opening the context menu, despite acceptedButtons() being set to Qt::LeftButton only. FIXED-IN: 6.22 M +10 -4 src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp https://invent.kde.org/frameworks/kdeclarative/-/commit/63062cc0d91df267cee2e63f9d28a22b04fccd90 -- You are receiving this mail because: You are watching all bug changes.
