https://bugs.kde.org/show_bug.cgi?id=360219
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/pla | |sma-desktop/d2fde361d3c8fb4 | |0fb6c1e53e4178042799b6691 Status|CONFIRMED |RESOLVED Version Fixed In| |5.8.6 Resolution|--- |FIXED --- Comment #39 from Kai Uwe Broulik <k...@privat.broulik.de> --- Git commit d2fde361d3c8fb40fb6c1e53e4178042799b6691 by Kai Uwe Broulik. Committed on 09/01/2017 at 07:28. Pushed by broulik into branch 'Plasma/5.8'. [Folder View] Fix right click erroneously opening files It turns out 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 this 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. FIXED-IN: 5.8.6 M +1 -1 containments/desktop/package/contents/ui/FolderView.qml https://commits.kde.org/plasma-desktop/d2fde361d3c8fb40fb6c1e53e4178042799b6691 -- You are receiving this mail because: You are watching all bug changes.