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

NumericField MouseWheel function fix for Firefox #2744

Merged
merged 1 commit into from
Sep 19, 2021

Conversation

mckaragoz
Copy link
Member

fix #2743.

As @Yomodo said. Mouse wheel function didn't worked on Firefox. It's my bad because i didn't try it with firefox. With a little research, i found that firefox didn't support onmousewheel event on new versions, it use "onwheel" event instead. So we simply add a additional event to work this function in firefox.

@henon henon added this to the 5.1.5 milestone Sep 19, 2021
@henon henon merged commit 675776c into MudBlazor:dev Sep 19, 2021
@mckaragoz mckaragoz deleted the NumericFieldFirefox branch September 23, 2021 14:29
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.

Numeric Field: Change the Value with the Mouse Wheel does not work in Firefox
2 participants