https://bugs.kde.org/show_bug.cgi?id=501585
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cwo....@posteo.net --- Comment #6 from cwo <cwo....@posteo.net> --- I can consistently trigger this on master. Dragging then releasing the mouse button over an icon activates it, dragging but releasing the mouse button over an empty area does not activate it. I added some debug statements to all the places where the delegate is activated (that I could find at least, might have missed one). The onTriggered handler of the action associated with the delegate is called, but none of the functions that call trigger on the action (like the onClicked handler or the Accessible.onPressed one etc.). If I boldly store the action in a new property instead of the ItemDelegate's action property, it seems to work as expected (but that's obviously not a solution). Might be an issue with ItemDelegate/AbstractButton triggering its action on drag&drop when it shouldn't. -- You are receiving this mail because: You are watching all bug changes.