SUMMARY Tapping on a playing video seems to just pause and unpause the video, I can't see the player controls. STEPS TO REPRODUCE 1. Open the app 2. Open a video 3. Tap on the video playing OBSERVED RESULT It pauses the video rather than showing the player controls. If this is related to TapHandler, I think the problem is that it seems kinda broken in Qt6 and does not filter properly by device (ex. touchscreen vs mouse). Imo we shouldn't have tap to pause even with a mouse, we can just use the player controls EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Git commit ceaae4d494ca244bf9f292d5a49e320dba0e9556 by Joshua Goins. Committed on 07/04/2024 at 00:53. Pushed by redstrate into branch 'release/24.02'. Fix video controls touch input Now the enter/exit events are ignored for video controls, causing them to hide too soon when trying to make them appear via touch. M +13 -6 src/ui/videoplayer/VideoPlayer.qml https://invent.kde.org/multimedia/plasmatube/-/commit/ceaae4d494ca244bf9f292d5a49e320dba0e9556