Bug 394073 - Changing the volume using the scrollwheel does not work correctly.
Summary: Changing the volume using the scrollwheel does not work correctly.
Status: REPORTED
Alias: None
Product: kaffeine
Classification: Applications
Component: general (show other bugs)
Version: 2.0.15
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Mauro Carvalho Chehab
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-10 10:13 UTC by romeoK
Modified: 2019-05-04 19:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description romeoK 2018-05-10 10:13:07 UTC
Changing the volume with the scrollwheel of the mouse does not work when pointer is inside the media window. 

You can make the scrollwheel only work like doing so:

Go into fullscreen mode. The top menu is hidden. Now hover the mouse into the top menu and then very carefully hover back into the media window, but dont let the top menu dissapear. Now hover up again into the top menu, and voila, the scrollwheel works perfectly (as long as you don't leave the boundaries of the top menu)

Would be nice if the scrollwheel works everywhere inside the application.
Comment 1 romeoK 2018-05-11 11:37:35 UTC
Please note, that when timeshift is active, the scrollwheel is used to jump forward/backward in the stream. This should be disabled, or it might conflict with the volume change.
Comment 2 Mauro Carvalho Chehab 2019-05-04 19:45:59 UTC
(In reply to romeoK from comment #1)
> Please note, that when timeshift is active, the scrollwheel is used to jump
> forward/backward in the stream. This should be disabled, or it might
> conflict with the volume change.

Timeshift behavior was fixed on those commits:

https://cgit.kde.org/kaffeine.git/commit/?id=b4e3d1c20445ca0af21a589392d5a310a42f6745
https://cgit.kde.org/kaffeine.git/commit/?id=6c7b2f361ab199a6e2bb7c60bfe9fb320c318c41
Comment 3 Mauro Carvalho Chehab 2019-05-04 19:57:25 UTC
(In reply to romeoK from comment #0)
> Changing the volume with the scrollwheel of the mouse does not work when
> pointer is inside the media window. 
> 
> You can make the scrollwheel only work like doing so:
> 
> Go into fullscreen mode. The top menu is hidden. Now hover the mouse into
> the top menu and then very carefully hover back into the media window, but
> dont let the top menu dissapear. Now hover up again into the top menu, and
> voila, the scrollwheel works perfectly (as long as you don't leave the
> boundaries of the top menu)
> 
> Would be nice if the scrollwheel works everywhere inside the application.

I was not able to reproduce the behaviour you're describing above, but the new code should probably have fixed any misbehaviours.

You should notice that the mouse wheel is context sensitive: it only change volume if inside the streaming window. If you place it on the top of a slide bar, it should be changing it; if you place inside the lateral menu, it will scroll the items there.

Could you please check with the upstream code if the reported issue was gone?