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-37177: make IDLE's search dialogs transient #13869

Merged

Conversation

taleinat
Copy link
Contributor

@taleinat taleinat commented Jun 6, 2019

@taleinat
Copy link
Contributor Author

taleinat commented Jun 6, 2019

@IrvKalb, your review would be appreciated!

@terryjreedy
Copy link
Member

terryjreedy commented Jun 6, 2019

Even if this does not fix all hiding issues, it should be merged, with a blurb added, as a fix for bpo-24139.
Possible text: "Properly 'attach' search dialogs to their edit windows so that they work like other dialogs and do not get hidden beneath."

@taleinat
Copy link
Contributor Author

taleinat commented Jun 6, 2019

as a fix for bpo-24139

That appears to be the wrong issue.

@taleinat taleinat removed the skip news label Jun 6, 2019
@terryjreedy
Copy link
Member

terryjreedy commented Jun 7, 2019

Sorry, bpo-24039.

@taleinat taleinat merged commit 554450f into python:master Jun 7, 2019
@miss-islington
Copy link
Contributor

Thanks @taleinat for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.7, 3.8.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-13878 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 7, 2019
This avoids the search dialogs being hidden behind the editor window.
(cherry picked from commit 554450f)

Co-authored-by: Tal Einat <taleinat@gmail.com>
@bedevere-bot
Copy link

GH-13879 is a backport of this pull request to the 3.7 branch.

@miss-islington
Copy link
Contributor

Sorry, @taleinat, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 554450fb4e95066e825bdb4a2d544a490daeebdc 2.7

taleinat added a commit to taleinat/cpython that referenced this pull request Jun 7, 2019
This avoids the search dialogs being hidden behind the editor window..
(cherry picked from commit 554450f)

Co-authored-by: Tal Einat <taleinat@gmail.com>
@bedevere-bot
Copy link

GH-13880 is a backport of this pull request to the 2.7 branch.

miss-islington added a commit that referenced this pull request Jun 7, 2019
This avoids the search dialogs being hidden behind the editor window.
(cherry picked from commit 554450f)

Co-authored-by: Tal Einat <taleinat@gmail.com>
@taleinat taleinat deleted the bpo-37177/idle-transient-search-dialogs branch June 7, 2019 06:17
miss-islington added a commit that referenced this pull request Jun 7, 2019
This avoids the search dialogs being hidden behind the editor window.
(cherry picked from commit 554450f)

Co-authored-by: Tal Einat <taleinat@gmail.com>
taleinat added a commit that referenced this pull request Jun 7, 2019
This avoids the search dialogs being hidden behind the editor window.

(cherry picked from commit 554450f)
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
This avoids the search dialogs being hidden behind the editor window.
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.

5 participants