]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37325: Fix focus traversal for 2 IDLE dialogs (GH-14209)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Jun 2019 21:26:15 +0000 (14:26 -0700)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2019 21:26:15 +0000 (14:26 -0700)
commit44d46e368e6c7cc91fa99a2bfaff544dec7fb04d
treec690aeb5a00db9f78418d242efdf8c2aca1b8d2e
parentc7302116573d853d3181133477d9d0e4d4d3abfd
bpo-37325: Fix focus traversal for 2 IDLE dialogs (GH-14209)

Tab now moves focus across and down for Help Source and Custom Run.
(cherry picked from commit 54cf2e0780ca137dd9abea5d3d974578ce0c18a9)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/idle_test/htest.py
Lib/idlelib/query.py
Misc/NEWS.d/next/IDLE/2019-06-18-16-40-05.bpo-37325.GssOf1.rst [new file with mode: 0644]