- Notifications
You must be signed in to change notification settings - Fork3.8k
Fix event button attr for fast mousewheel#3642
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Tested, works great. Should we add a note to the docs about this changed behavior? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks good to me
I don't think we should add it to the docs in this case, as the wheel up generating specifically a 4 and 5 The 'correct' modern behaviour now for handling mouse wheels is the MOUSEWHEEL event and if you are using the supported I think this just qualifies as a straight up bug for 99% of users and documenting it is just going to cause confusion for people who had no idea about the strange behaviour somewhat 'behind the scenes'. |
Ok. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks for tracking this down!
Fix event button attr for fast mousewheel
PR to fix the underlying issue of#3612
I think we should be fixing this issue instead of documenting broken legacy behaviour