ScreenChooserDialog: doubleclick to select&confirm
Make doubleclick always select (only) the clicked item and confirm
BUG: 470211 FIXED-IN: 6.0
IMO this could be considered a fix from the user experience -- I am pretty sure users wouldn't expect any other behavior, since toggling and immediately untoggling is useless. And even when multiple selection is allowed, making double-click confirm all your previously selected items sounds more surprising than just confirm the clicked item. But I am not as sure about this case -- maybe not losing previously selected items is the reasonable behavior?
If this should be considered a feature instead I am happy to change the target to 6.1.
-
src/AccessDialog.qml:PWD.SystemDialog {Looking at the qml this change doesn't seem applicable -
src/AppChooserDialog.qml:PWD.SystemDialog {already accept on click -
src/DynamicLauncherDialog.qml:PWD.SystemDialog {currently doesn't seem applicable. Nothing except for buttons to click -
src/RemoteDesktopDialog.qml:PWD.SystemDialog {Looking at the qml this change doesn't seem applicable -
src/ScreenChooserDialog.qml:PWD.SystemDialog { -
src/ScreenshotDialog.qml:PWD.SystemDialog{ Doesn't need changes. Takes screenshot on button click. -
src/UserInfoDialog.qml:PWD.SystemDialog {Not applicable
Edited by Yifan Zhu