]> 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:33:26 +0000 (14:33 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Feb 2022 22:33:26 +0000 (14:33 -0800)
commitdc315f30f86a1dc7c4607398b379d7c0b55c7549
treeb959d45fe69998e54188514fad7ff5cc9dc12469
parentcf7cb1a2bf40516dc571d1d90c12b632dcd9b8c8
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]