]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Feb 2024 13:13:00 +0000 (14:13 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2024 13:13:00 +0000 (15:13 +0200)
commite995c585e751f8ea80bfda70d4f70bbf1912660d
tree2225fc04fd5e688dc069dc80b4f0cc719cbf6a79
parent1eb791ce4f69cd23153a9fa428b0c4c9ef227a89
[3.11] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103821) (GH-114902)

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 d25d4ee60cc789a8b9c222859bb720ade1ab2e30)

Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_sidebar.py
Lib/idlelib/tree.py
Misc/NEWS.d/next/IDLE/2023-04-25-03-01-23.gh-issue-103820.LCSpza.rst [new file with mode: 0644]