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

https://bugs.python.org/issue37177

@taleinat
Copy link
Contributor Author

@taleinat taleinat commented Jun 6, 2019

@IrvKalb, your review would be appreciated!

@terryjreedy
Copy link
Member

@terryjreedy 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 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 terryjreedy commented Jun 7, 2019

Sorry, bpo-24039.

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

@miss-islington miss-islington commented Jun 7, 2019

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

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jun 7, 2019

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

miss-islington added a commit to miss-islington/cpython that referenced this issue 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

@bedevere-bot bedevere-bot commented Jun 7, 2019

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

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 7, 2019

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 issue 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

@bedevere-bot bedevere-bot commented Jun 7, 2019

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

miss-islington added a commit that referenced this issue 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 Jun 7, 2019
miss-islington added a commit that referenced this issue 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 issue Jun 7, 2019
This avoids the search dialogs being hidden behind the editor window.

(cherry picked from commit 554450f)
DinoV added a commit to DinoV/cpython that referenced this issue 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
Projects
None yet
5 participants