Skip to content

bpo-37177: make IDLE's search dialogs transient#13869

Merged
taleinat merged 3 commits intopython:masterfrom
taleinat:bpo-37177/idle-transient-search-dialogs
Jun 7, 2019
Merged

bpo-37177: make IDLE's search dialogs transient#13869
taleinat merged 3 commits intopython:masterfrom
taleinat:bpo-37177/idle-transient-search-dialogs

Conversation

@taleinat
Copy link
Copy Markdown
Contributor

@taleinat taleinat commented Jun 6, 2019

@taleinat
Copy link
Copy Markdown
Contributor Author

taleinat commented Jun 6, 2019

@IrvKalb, your review would be appreciated!

@terryjreedy
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member

terryjreedy commented Jun 7, 2019

Sorry, bpo-24039.

@taleinat taleinat merged commit 554450f into python:master Jun 7, 2019
@miss-islington
Copy link
Copy Markdown
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
Copy Markdown

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 <[email protected]>
@bedevere-bot
Copy link
Copy Markdown

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

@miss-islington
Copy link
Copy Markdown
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 <[email protected]>
@bedevere-bot
Copy link
Copy Markdown

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 <[email protected]>
@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 <[email protected]>
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