]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Feb 2022 22:34:03 +0000 (14:34 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Feb 2022 22:34:03 +0000 (14:34 -0800)
commit4f76b3667d856a13107c65d44d802d0e73c3f104
tree1c1e0ffd3d7455aa9394703fec6121729d3e2582
parent63523e7b2a631f28134b25a8063d50e08c741db6
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)

On Windows, one had to Tab or click on the entry box
to get a cursor and be able to enter anything.
(cherry picked from commit d1df81a730499cc6286d02afa6028a1e9c22bbbf)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/query.py
Misc/NEWS.d/next/IDLE/2022-02-03-15-47-53.bpo-46630.tREOjo.rst [new file with mode: 0644]