Bug 408704

Summary: Scrolling while the cursor is over the playback position and volume slider should move them
Product: [Applications] Elisa Reporter: Nate Graham <nate>
Component: generalAssignee: Matthieu Gallien <matthieu_gallien>
Status: RESOLVED FIXED    
Severity: wishlist CC: bugseforuns, marcantoine_manningham
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 19.12.0

Description Nate Graham 2019-06-14 18:45:35 UTC
Normally I hate the scroll-over-a-control-to-adjust-it paradigm, but when it comes to sliders on non-scrollable pages, it doesn't generally present a problem. And Elisa's two siders could really benefit from this IMO, since it would make it easier to select a new slider position.
Comment 1 Matthieu Gallien 2019-06-29 13:22:26 UTC
It is a regression.
It used to work and now no longer work.
I can reproduce on master and on 0.4 branch.

I will have a look at a fix for that.
Comment 2 Alexander Stippich 2019-07-09 18:58:49 UTC
Git commit 5b9b23eea470db978ed6f00204089687f307efbf by Alexander Stippich.
Committed on 09/07/2019 at 18:58.
Pushed by astippich into branch 'master'.

Implement mouse wheel for sliders

Summary:
Enable seek and volume control when hovering the sliders in the MediaPlayerControl.
Seek value is hardcoded to 10 seconds, while volume is controlled in steps of 5.

Reviewers: mgallien, ngraham

Reviewed By: ngraham

Tags: #elisa

Differential Revision: https://phabricator.kde.org/D22332

M  +117  -87   src/qml/MediaPlayerControl.qml

https://commits.kde.org/elisa/5b9b23eea470db978ed6f00204089687f307efbf
Comment 3 Nate Graham 2019-10-07 00:41:14 UTC
*** Bug 412525 has been marked as a duplicate of this bug. ***