Summary: | Video previews: when trying to drag time slider a menu is displayed | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Paul Worrall <p.r.worrall> |
Component: | panels: information | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | bugseforuns, kfm-devel, marco.antonucci75, nate |
Priority: | NOR | ||
Version First Reported In: | 20.11.80 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screen recording showing menu pop-up |
Description
Paul Worrall
2021-01-08 13:35:20 UTC
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. |