diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-06-18 21:08:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-18 21:08:24 (GMT) |
commit | 54cf2e0780ca137dd9abea5d3d974578ce0c18a9 (patch) | |
tree | 4bee73d0e7b3356f413997c7c042019a9cb8ad89 /Misc/NEWS.d | |
parent | d287215df5c967da5a9141c1182d240bdb46ec4a (diff) | |
download | cpython-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.rst | 1 |
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. |