-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
bpo-37177: make IDLE's search dialogs transient #13869
Conversation
@IrvKalb, your review would be appreciated! |
Even if this does not fix all hiding issues, it should be merged, with a blurb added, as a fix for bpo-24139. |
That appears to be the wrong issue. |
Sorry, bpo-24039. |
Thanks @taleinat for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.7, 3.8. |
GH-13878 is a backport of this pull request to the 3.8 branch. |
This avoids the search dialogs being hidden behind the editor window. (cherry picked from commit 554450f) Co-authored-by: Tal Einat <taleinat@gmail.com>
GH-13879 is a backport of this pull request to the 3.7 branch. |
Sorry, @taleinat, I could not cleanly backport this to |
This avoids the search dialogs being hidden behind the editor window.. (cherry picked from commit 554450f) Co-authored-by: Tal Einat <taleinat@gmail.com>
GH-13880 is a backport of this pull request to the 2.7 branch. |
This avoids the search dialogs being hidden behind the editor window.
https://bugs.python.org/issue37177