Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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 commentedJun 16, 2024 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
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 the |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Misc/NEWS.d/next/IDLE/2024-06-16-21-42-45.gh-issue-120083.nczuyv.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
3.13 backport review: Rationale is described in commit message and shown in linked image from mac Sonoma. |
Thanks@JRiggles for the PR, and@terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
… 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>
GH-122592 is a backport of this pull request to the3.12 branch. |
Thanks@JRiggles for the PR, and@terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
… 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>
GH-122739 is a backport of this pull request to the3.13 branch. |
… 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>
…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>
… 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>
…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>
Uh oh!
There was an error while loading.Please reload this page.
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.