-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 #103821
Conversation
Note that, as an alternative to testing with unusual hardware, utilities like Karabiner Elements, AutoHotKey, and |
This comment was marked as outdated.
This comment was marked as outdated.
…which was broken due to incorrect delta on Aqua and XQuartz, and probably not because of `.update_idletasks()`.
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.
LGTM.
Thanks @chrstphrchvz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…on-X11 (pythonGH-103821) Also fix test_mousewheel: do not skip a check which was broken due to incorrect delta on Aqua and XQuartz, and probably not because of `.update_idletasks()`. (cherry picked from commit d25d4ee) Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
GH-114901 is a backport of this pull request to the 3.12 branch. |
…on-X11 (pythonGH-103821) Also fix test_mousewheel: do not skip a check which was broken due to incorrect delta on Aqua and XQuartz, and probably not because of `.update_idletasks()`. (cherry picked from commit d25d4ee) Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
GH-114902 is a backport of this pull request to the 3.11 branch. |
…on-X11 (pythonGH-103821) Also fix test_mousewheel: do not skip a check which was broken due to incorrect delta on Aqua and XQuartz, and probably not because of `.update_idletasks()`.
…on-X11 (pythonGH-103821) Also fix test_mousewheel: do not skip a check which was broken due to incorrect delta on Aqua and XQuartz, and probably not because of `.update_idletasks()`.
Tested as a patch for 3.11.3 with Tk 8.6.13 (for both Aqua and XQuartz).