-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-39885: IDLE context menu clears selection #18859
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
Conversation
Since clicking to get an IDLE context menu moves the cursor, any text selection should be and now is cleared.
@terryjreedy: Please replace |
Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
Since clicking to get an IDLE context menu moves the cursor, any text selection should be and now is cleared. (cherry picked from commit 4ca060d) Co-authored-by: Terry Jan Reedy <[email protected]>
GH-18860 is a backport of this pull request to the 3.8 branch. |
GH-18861 is a backport of this pull request to the 3.7 branch. |
Since clicking to get an IDLE context menu moves the cursor, any text selection should be and now is cleared. (cherry picked from commit 4ca060d) Co-authored-by: Terry Jan Reedy <[email protected]>
bpo-39885: IDLE context menu clears selection (python#18859)
Since clicking to get an IDLE context menu moves the cursor, any text selection should be and now is cleared. (cherry picked from commit 4ca060d) Co-authored-by: Terry Jan Reedy <[email protected]>
Since clicking to get an IDLE context menu moves the cursor, any text selection should be and now is cleared. (cherry picked from commit 4ca060d) Co-authored-by: Terry Jan Reedy <[email protected]>
@petdance Andy, I strongly suspect that whatever you did to cause the addition of 25 references to your fork on this PR is either wrong or unnecessary. Please don't repeat. |
I'm sorry about that. Yes, it's clearly unnecessary. I don't know why this has happened. It was certainly not intentional. |
Since clicking to get an IDLE context menu moves the cursor,
any text selection should be and now is cleared.
https://bugs.python.org/issue39885