SUMMARY If you double click on a song in the Playlist view with the mouse it starts playing, but not if you use a touch screen. It would be a nice enhancement for touch users if double tapping a song made it play, particularly because the inline play button for a song is not shown until it is selected. SOFTWARE/OS VERSIONS Elisa 22.07.70 (built today) Operating System: Fedora Linux 36 KDE Plasma Version: 5.24.5 KDE Frameworks Version: 5.93.0 Qt Version: 5.15.3 Kernel Version: 5.17.8-300.fc36.x86_64 (64-bit) Graphics Platform: Wayland
Double tap is generally not a great UX on touch. I think single-tap enough should do it. That's *probably* what the user wanted.
(In reply to Nate Graham from comment #1) > Double tap is generally not a great UX on touch. I think single-tap enough > should do it. That's *probably* what the user wanted. But then how do you use the other buttons (remove, show details, ...) on touch screens? Currently they are only shown when tapping on a song once. One might want to use these buttons without playing that song.
On touch, we can make the hamburger button on the right side always appear.
Git commit 0d8c7b859d11f4d59882c3cf5076353d06ba28b8 by Nate Graham. Committed on 03/06/2022 at 20:03. Pushed by ngraham into branch 'master'. Play song in playlist when tapped with a touchscreen Double-click isn't a thing on touch; people expect things to react on a single tap. Let's honor that assumption by making playlist items play when tapped once with a tochscreen. To make the extra actions for unselected songs more accessible, now playlist items' overflow menu buttons are always visible. Related: bug 434437 FIXED-IN: 22.08 M +3 -3 src/qml/PlayListEntry.qml M +2 -2 src/qml/shared/BasePlayListDelegate.qml https://invent.kde.org/multimedia/elisa/commit/0d8c7b859d11f4d59882c3cf5076353d06ba28b8