]> granicus.if.org Git - python/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:36:09 +0000 (14:36 -0700)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2019 21:36:09 +0000 (14:36 -0700)
commitb626b113aee655e273b68eb1edb980f9729c0833
treeb69516301e1da0ce1fc054135501402bfa04ad0c
parent35aa0b0ced91cfb48d9dcf80a2ca8683e61f9b3e
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]