SUMMARY When trying to drag the time slider under a video preview, a context menu pops up preventing dragging STEPS TO REPRODUCE 1. Select a video file so that it's preview is shown in the information panel 2. Try to drag the timeline slider under the preview 3. OBSERVED RESULT A context menu is displayed, preventing dragging the slider EXPECTED RESULT Ability to drag the slider SOFTWARE/OS VERSIONS Operating System: KDE neon 5.20 KDE Plasma Version: 5.20.5 KDE Frameworks Version: 5.77.0 Qt Version: 5.15.2 Kernel Version: 5.4.0-59-generic OS Type: 64-bit Processors: 2 × AMD A6-6400K APU with Radeon(tm) HD Graphics Memory: 7.7 GiB of RAM Graphics Processor: AMD CEDAR ADDITIONAL INFORMATION
Works for me. Any chance you can attach a screen recording that shows the issue? Thanks!
Created attachment 134665 [details] Screen recording showing menu pop-up The screen recording is attached. It happens only if I hold the mouse still for a fraction of a second after clicking on the slider, it's OK if I move the mouse immediately.
Thanks, that's very helpful. Can reproduce. This preview UI comes from baloo-widgets; moving there.
Thats the right mouse button emulation triggered by a long click, it shows the context menu (See Qt::TapAndHoldGesture, https://doc.qt.io/qt-5/gestures-overview.html). This is explicitly enabled by dolphin (panels/information/informationpanelcontent.cpp).
Aha! Thanks for the investigation.
(In reply to Stefan Brüns from comment #4) > Thats the right mouse button emulation triggered by a long click, it shows > the context menu (See Qt::TapAndHoldGesture, > https://doc.qt.io/qt-5/gestures-overview.html). > > This is explicitly enabled by dolphin > (panels/information/informationpanelcontent.cpp). Would this be to give access to the right mouse button menu on touch screens, and if so could dolphin enable it only on touch screen devices? It does make dragging the slider very difficult on my desktop PC.
Can reproduce with Dolphin 21.04.1 on Arch Linux.
Same with Dolphin 23.08.5 on Kubuntu 24.04. This makes using the slider seeking specific moments in long recordings (for example, meetings recordings) really difficult.