]> granicus.if.org Git - python/commit
bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209)
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 18 Jun 2019 21:08:24 +0000 (17:08 -0400)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2019 21:08:24 +0000 (17:08 -0400)
commit54cf2e0780ca137dd9abea5d3d974578ce0c18a9
tree4bee73d0e7b3356f413997c7c042019a9cb8ad89
parentd287215df5c967da5a9141c1182d240bdb46ec4a
bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209)

Tab now moves focus across and down for Help Source and Custom Run.
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]