summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2019-06-18 21:08:24 (GMT)
committerGitHub <noreply@github.com>2019-06-18 21:08:24 (GMT)
commit54cf2e0780ca137dd9abea5d3d974578ce0c18a9 (patch)
tree4bee73d0e7b3356f413997c7c042019a9cb8ad89 /Misc/NEWS.d
parentd287215df5c967da5a9141c1182d240bdb46ec4a (diff)
downloadcpython-54cf2e0780ca137dd9abea5d3d974578ce0c18a9.zip
cpython-54cf2e0780ca137dd9abea5d3d974578ce0c18a9.tar.gz
cpython-54cf2e0780ca137dd9abea5d3d974578ce0c18a9.tar.bz2
bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209)
Tab now moves focus across and down for Help Source and Custom Run.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-06-18-16-40-05.bpo-37325.GssOf1.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-06-18-16-40-05.bpo-37325.GssOf1.rst b/Misc/NEWS.d/next/IDLE/2019-06-18-16-40-05.bpo-37325.GssOf1.rst
new file mode 100644
index 0000000..edfffbe
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2019-06-18-16-40-05.bpo-37325.GssOf1.rst
@@ -0,0 +1 @@
+Fix tab focus traversal order for help source and custom run dialogs.