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

Prevent window scrolling on mouse wheel scroll when numeric input field is focused and hovered #5199

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

WithoutPants
Copy link
Collaborator

Fixes #5197

Fixes an issue on Chrome where scrolling the mouse wheel while a numeric field is focused and hovered would also scroll the window, in addition to changing the value. Changed so that it no longer scrolls the window in this circumstance.

@WithoutPants WithoutPants added the bug Something isn't working label Sep 2, 2024
@WithoutPants WithoutPants added this to the Version 0.27.0 milestone Sep 2, 2024
@WithoutPants WithoutPants merged commit 306ba63 into stashapp:develop Sep 3, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report] Disable "onwheel" parameter for performer page input forms using numerical values
1 participant