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

Allow PickList selection with mouse scroll only if command is pressed #966

Merged
merged 1 commit into from
Jul 27, 2021

Conversation

hecrj
Copy link
Member

@hecrj hecrj commented Jul 27, 2021

This PR changes the scrolling behavior implemented in #872 to only trigger when the "command" keyboard modifier is active.

This should avoid unintended interactions when using a PickList inside a Scrollable.

This should avoid unintended interactions when using a `PickList` inside
a `Scrollable`
@hecrj hecrj added bug Something isn't working improvement An internal improvement labels Jul 27, 2021
@hecrj hecrj added this to the 0.4.0 milestone Jul 27, 2021
@hecrj hecrj merged commit f94b500 into master Jul 27, 2021
@hecrj hecrj deleted the pick-list-scroll-modifier branch July 27, 2021 06:00
@13r0ck
Copy link
Member

13r0ck commented Jul 28, 2021

In my case it was better to always change values on scroll
I see there usefull implementations,

  1. Default: Scroll requires command
  2. Always scroll
  3. Never scroll

Would you like a PR that makes this setting toggleable?
If so, how would you like for me to implement it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working improvement An internal improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants