Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-120083: Add IDLE Hovertip foreground color needed for recent macOS#120605

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
terryjreedy merged 6 commits intopython:mainfromJRiggles:main
Aug 2, 2024

Conversation

@JRiggles
Copy link
Contributor

@JRigglesJRiggles commentedJun 16, 2024
edited by terryjreedy
Loading

On recent versions of macOS (sometime between Catalina and Sonoma 14.5), the default Hovertip foreground color changed from black to white, thereby matching the background. This might be a matter of matching the white foreground of the dark-mode text. The unreadable result is shownhere (#120083 (comment)).

The foreground and background colors were made parameters so we can pass different colors for future additional hovertips in IDLE.

Fix an issue w/ Hovertip foreground color causing tooltip text not to render on Mac OSAdd params for foreground and background to Hovertip.__init__()
@ghost
Copy link

ghost commentedJun 16, 2024
edited by ghost
Loading

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-app
Copy link

Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply theskip news label instead.

@JRigglesJRiggles changed the titlegh-#120083: Update tooltip.py - Fix an issue w/ Hovertip foreground color causing tooltip text not to render on Mac OSgh-120083: Update tooltip.py - Fix an issue w/ Hovertip foreground color causing tooltip text not to render on Mac OSJun 16, 2024
@terryjreedyterryjreedy changed the titlegh-120083: Update tooltip.py - Fix an issue w/ Hovertip foreground color causing tooltip text not to render on Mac OSgh-120083: Add IDLE Hovertip foreground color needed for recent macOSAug 1, 2024
@terryjreedy
Copy link
Member

3.13 backport review: Rationale is described in commit message and shown in linked image from mac Sonoma.

@terryjreedyterryjreedy added 3.12only security fixes needs backport to 3.12only security fixes and removed 3.12only security fixes labelsAug 2, 2024
@terryjreedyterryjreedy merged commit5a7f7c4 intopython:mainAug 2, 2024
@miss-islington-app
Copy link

Thanks@JRiggles for the PR, and@terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

JRiggles reacted with hooray emoji

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestAug 2, 2024
… macOS (pythonGH-120605)On recent versions of macOS (sometime between Catalina and Sonoma 14.5), the default Hovertip foreground color changed from black to white, thereby matching the background. This might be a matter of matching the white foreground of the dark-mode text. The unreadable result is shown here (pythonGH-120083 (comment)).The foreground and background colors were made parameters so we can pass different colors for future additional hovertips in IDLE.---------(cherry picked from commit5a7f7c4)Co-authored-by: John Riggles <jriggles@icloud.com>Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-app
Copy link

GH-122592 is a backport of this pull request to the3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelAug 2, 2024
@terryjreedyterryjreedy added the needs backport to 3.13bugs and security fixes labelAug 6, 2024
@miss-islington-app
Copy link

Thanks@JRiggles for the PR, and@terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestAug 6, 2024
… macOS (pythonGH-120605)On recent versions of macOS (sometime between Catalina and Sonoma 14.5), the default Hovertip foreground color changed from black to white, thereby matching the background. This might be a matter of matching the white foreground of the dark-mode text. The unreadable result is shown here (pythonGH-120083 (comment)).The foreground and background colors were made parameters so we can pass different colors for future additional hovertips in IDLE.---------(cherry picked from commit5a7f7c4)Co-authored-by: John Riggles <jriggles@icloud.com>Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-app
Copy link

GH-122739 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelAug 6, 2024
brandtbucher pushed a commit to brandtbucher/cpython that referenced this pull requestAug 7, 2024
… macOS (python#120605)On recent versions of macOS (sometime between Catalina and Sonoma 14.5), the default Hovertip foreground color changed from black to white, thereby matching the background. This might be a matter of matching the white foreground of the dark-mode text. The unreadable result is shown here (python#120083 (comment)).The foreground and background colors were made parameters so we can pass different colors for future additional hovertips in IDLE.---------Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
terryjreedy added a commit that referenced this pull requestAug 9, 2024
…t macOS (GH-120605) (#122592)On recent versions of macOS (sometime between Catalina and Sonoma 14.5), the default Hovertip foreground color changed from black to white, thereby matching the background. This might be a matter of matching the white foreground of the dark-mode text. The unreadable result is shown here (GH-120083 (comment)).The foreground and background colors were made parameters so we can pass different colors for future additional hovertips in IDLE.---------(cherry picked from commit5a7f7c4)Co-authored-by: John Riggles <jriggles@icloud.com>Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
blhsing pushed a commit to blhsing/cpython that referenced this pull requestAug 22, 2024
… macOS (python#120605)On recent versions of macOS (sometime between Catalina and Sonoma 14.5), the default Hovertip foreground color changed from black to white, thereby matching the background. This might be a matter of matching the white foreground of the dark-mode text. The unreadable result is shown here (python#120083 (comment)).The foreground and background colors were made parameters so we can pass different colors for future additional hovertips in IDLE.---------Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Yhg1s pushed a commit that referenced this pull requestSep 2, 2024
…t macOS (GH-120605) (#122739)gh-120083: Add IDLE Hovertip foreground color needed for recent macOS (GH-120605)On recent versions of macOS (sometime between Catalina and Sonoma 14.5), the default Hovertip foreground color changed from black to white, thereby matching the background. This might be a matter of matching the white foreground of the dark-mode text. The unreadable result is shown here (GH-120083 (comment)).The foreground and background colors were made parameters so we can pass different colors for future additional hovertips in IDLE.---------(cherry picked from commit5a7f7c4)Co-authored-by: John Riggles <jriggles@icloud.com>Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@terryjreedyterryjreedyterryjreedy left review comments

@hugovkhugovkAwaiting requested review from hugovk

@serhiy-storchakaserhiy-storchakaAwaiting requested review from serhiy-storchaka

@Yhg1sYhg1sAwaiting requested review from Yhg1s

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@JRiggles@terryjreedy

[8]ページ先頭

©2009-2025 Movatter.jp