https://bugs.kde.org/show_bug.cgi?id=420261
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version Fixed In| |6.0 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/commit/d5 | |abf12d6661f2a8f8449d9abe884 | |68114a73dca --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit d5abf12d6661f2a8f8449d9abe88468114a73dca by Nate Graham. Committed on 13/04/2023 at 04:02. Pushed by ngraham into branch 'master'. Folder View: with menu representation, always open with a single click The single-click/double click setting applies to file and folder views. Folder View is definitely a file and folder view. However, when Folder view is in its list/menu representation, it's not *presenting* as a file or folder view, it's presenting as a menu. And menus always trigger their items with a single click. We already do a similar thing by always activating with a single touchscreen tap, bypassing the user's single/double-click preference. So there's precedent for having a hardcoded behavior to support certain UX paradigms. Hence, in list/menu mode, don't respect the user's setting for single/double click and always activate items with a single click. FIXED-IN: 6.0 M +2 -1 containments/desktop/package/contents/ui/FolderItemDelegate.qml M +3 -3 containments/desktop/package/contents/ui/FolderView.qml https://invent.kde.org/plasma/plasma-desktop/commit/d5abf12d6661f2a8f8449d9abe88468114a73dca -- You are receiving this mail because: You are watching all bug changes.