Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-46630: Fix initial focus of IDLE query dialogs #31112

Merged
merged 2 commits into from Feb 3, 2022

Conversation

terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Feb 3, 2022

On Windows, one had to Tab or click on the entry box
to get a cursor and be able to enter anything.

https://bugs.python.org/issue46630

On Windows, one had to Tab or click on the entry box
to get a cursor and be able to enter anything.
@terryjreedy terryjreedy added type-bug An unexpected behavior, bug, or error needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Feb 3, 2022
@terryjreedy terryjreedy self-assigned this Feb 3, 2022
@terryjreedy terryjreedy merged commit d1df81a into python:main Feb 3, 2022
@miss-islington
Copy link
Contributor

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

@terryjreedy terryjreedy deleted the entry_focus branch February 3, 2022 22:06
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 3, 2022
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 d1df81a)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-bot
Copy link

GH-31114 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Feb 3, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 3, 2022
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 d1df81a)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Feb 3, 2022
@bedevere-bot
Copy link

GH-31115 is a backport of this pull request to the 3.9 branch.

miss-islington added a commit that referenced this pull request Feb 3, 2022
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 d1df81a)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington added a commit that referenced this pull request Feb 3, 2022
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 d1df81a)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
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 d1df81a)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants