]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 3 Feb 2022 22:06:17 +0000 (17:06 -0500)
committerGitHub <noreply@github.com>
Thu, 3 Feb 2022 22:06:17 +0000 (17:06 -0500)
commitd1df81a730499cc6286d02afa6028a1e9c22bbbf
treec728a247e88283b71117ab2f4cbd04204a70cc5d
parent916d0d822c79933f4c420f7a36f16f3eb788646b
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.
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]