https://bugs.kde.org/show_bug.cgi?id=360219
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@privat.broulik.de --- Comment #36 from Kai Uwe Broulik <k...@privat.broulik.de> --- Created attachment 103044 --> https://bugs.kde.org/attachment.cgi?id=103044&action=edit Possible patch Can you please test the following patch? I can sometimes trigger the bug and turns out that mouse.buttons is 0 for clicked events whereas mouse.button is properly set. It should bail out when released with right mouse button as that opens the context menu but the condition is never met. According to documentation this looks intentional, at least it says "For mouse move events […]. For mouse press and double click events […]. For mouse release events […]." I can see no mention of regular "clicked", no idea why that is, though. -- You are receiving this mail because: You are watching all bug changes.