-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
bpo-34047: IDLE: fix mousewheel scrolling direction on macOS #8678
bpo-34047: IDLE: fix mousewheel scrolling direction on macOS #8678
Conversation
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.
As explained on the issue, the correction exposed more bugs. I am rewriting the function and will improve the doctest.
Approved pending htest or equivalent passing on Mac by scrolling 'correctly' for Mac. |
@terryjreedy, I tested this on my mac, both in IDLE proper and the htest, and all looks working as expected. I specifically checked that scroll direction is consistent with the rest of the OS with system setting "Scroll direction: Natural" either on or off. |
Thanks @taleinat for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
GH-8723 is a backport of this pull request to the 3.7 branch. |
GH-8724 is a backport of this pull request to the 3.6 branch. |
Thanks to Vlad Tudorache for discovering the cause of the bug!
https://bugs.python.org/issue34047