Prerequisites: Availability of at least one launcher on the widget. Steps to reproduce: 1. Hover over launcher on the widget and press right mouse button. 2. Move cursor. Actual result: Launcher icon is moving together with cursor. Expected result: Launcher icon is moving together with cursor only after dragging with left click.
Confirmed. This is really annoying.
*** Bug 431345 has been marked as a duplicate of this bug. ***
*** Bug 446064 has been marked as a duplicate of this bug. ***
This issue continue annoying on: Operating System: openSUSE Leap 15.3 KDE Plasma Version: 5.23.2 KDE Frameworks Version: 5.87.0 Qt Version: 5.15.2 Kernel Version: 5.3.18-59.27-default (64-bit) Graphics Platform: X11
*** Bug 447345 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/119
I wanted to report the exact same issue. Shouldn't this be a 15-minute bug? The most probable time you may trigger this is when you are setting up your fresh KDE environment. KDE Plasma: 5.24.5 KDE Frameworks: 5.94.0 Qt: 5.15.3
Probably not, because this is a non-default widget. There's an open merge request to fix the issue anyway, so hopefully it will be done soon.
*** Bug 457015 has been marked as a duplicate of this bug. ***
*** Bug 485057 has been marked as a duplicate of this bug. ***
Created attachment 168163 [details] See the moving (Vivaldi Browser) icon which follows the mouse pointer into the contextual menu...
*** Bug 419855 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kdeclarative/-/merge_requests/267
Can't find the merge request referred to in comment #8, but have submitted the above.
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