Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[guilib] mouse wheel scrolling on spin and slider controls #7706

Merged
merged 2 commits into from
Aug 4, 2015

Conversation

mkortstiege
Copy link
Member

This changes the way we're handling mouse wheel scrolling for spin and slider controls. Currently we're scrolling through the actual values whenever the pointer is in the hit rect of the given control. This commits changes it to just scroll when the actual spin or slider (not the entire button) is under the pointer.

Not sure if this is the intended and wanted behavior, so please comment.

@Paxxi
Copy link
Member

Paxxi commented Aug 3, 2015

This has bothered me for a long time, +1 for the change

@xhaggi xhaggi added the Type: Improvement non-breaking change which improves existing functionality label Aug 3, 2015
@xhaggi
Copy link
Member

xhaggi commented Aug 3, 2015

looks good +1

@phil65
Copy link
Contributor

phil65 commented Aug 3, 2015

+1. I would even +1 to remove changing settings via mousewheel completely, but this one also is fine to me.

@mkortstiege
Copy link
Member Author

jenkins build this please

@mkortstiege
Copy link
Member Author

Since this is changing mouse behavior and i am not really using the mouse to control Kodi, i'd like to get some more comments before merging. /cc @da-anda, @MartijnKaijser, @Montellese

@da-anda
Copy link
Member

da-anda commented Aug 4, 2015

never used the mouse myself, but change sounds reasonable from your description.

MartijnKaijser added a commit that referenced this pull request Aug 4, 2015
[guilib] mouse wheel scrolling on spin and slider controls
@MartijnKaijser MartijnKaijser merged commit 66b2fa0 into xbmc:master Aug 4, 2015
@MartijnKaijser MartijnKaijser added this to the J**** 16.0-alpha2 milestone Aug 4, 2015
@MartijnKaijser
Copy link
Member

@mkortstiege could this be considered for a backport? Seems like a usability issue that has been solved now

@mkortstiege mkortstiege mentioned this pull request Aug 9, 2015
@mkortstiege
Copy link
Member Author

Backport @ #7767. Since it's not a real fix and i am not using the mouse, I have no strong opinion on this one ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backport: Done Type: Improvement non-breaking change which improves existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants