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

Generate IgnoreParentEvents request from widgets that handle Wheel event (avoids issues with scroll widget moving the content) #34

Merged
merged 1 commit into from
Oct 27, 2021

Conversation

fjvallarino
Copy link
Owner

When using the wheel on numericField, dial or slider inside a scroll widget, not only the value would change, but also the content will move because of scroll event handling. This PR avoids this by ignoring the scroll wheel when a child widget has already handled it.

…ent (avoids issues with scroll widget moving the content)
@fjvallarino fjvallarino force-pushed the chore/field-wheel-event branch from 30232d8 to 34a6dc3 Compare October 27, 2021 16:57
@fjvallarino fjvallarino merged commit 9f02be8 into main Oct 27, 2021
@fjvallarino fjvallarino deleted the chore/field-wheel-event branch October 27, 2021 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant