https://bugs.kde.org/show_bug.cgi?id=501856
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |6.4.0 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |635ea80c8f1da2d6e16dda469ed | |de63b2c0ff1b8 --- Comment #6 from Nate Graham <n...@kde.org> --- Git commit 635ea80c8f1da2d6e16dda469edde63b2c0ff1b8 by Nate Graham. Committed on 14/04/2025 at 14:47. Pushed by ngraham into branch 'master'. Folder View: Don't show wrong context menu when left-and-right-clicking On devices with physical left and right buttons, it's possible to right-click while holding down the left button. When doing this on the desktop, you get the wrong context menu, because Folder View code was inappropriately handling the event rather than falling back to the desktop context menu plugin. To fix this, explicitly handle that case and don't accept the event, allowing it to fall back properly. FIXED-IN: 6.4.0 M +6 -2 containments/desktop/package/contents/ui/FolderView.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/635ea80c8f1da2d6e16dda469edde63b2c0ff1b8 -- You are receiving this mail because: You are watching all bug changes.