-
-
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
gh-69001: Convert links to more usable buttons #129591
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An alternative would be to add 'link underlines' and usually done in text. I believe this can be done at least in a Text widget. But since we have buttons elsewhere, 2 more is fine.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
I have made the requested changes; please review again |
Thanks for making the requested changes! @terryjreedy: please review the changes made to this pull request. |
Weird, ubuntu test fails after 7 seconds so I doubt it has anything to do with the PR. |
Accidentally closed, anything left to do here Terry? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After looking at this and other examples of 'About XYZ' panels, I would like to convert all the buttons to underlined links. (I mentioned this idea somewhere on the issue.) This would allow, for instance 'Post questions and comments about IDLE on Python discussions. However, this PR is an improvement on the status quo and it is uncertain when another patch might get merged. So with the understanding that this may be a temporary state, I am merging this.
Thanks @StanFromIreland for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
In Lib/idlelib/help_about.py, there are 2 links that are not underlined or colored, hence hard to tell that clicking works. All buttons might get converted to colored and underlined links in the future. --------- (cherry picked from commit ed831b9) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
GH-130338 is a backport of this pull request to the 3.13 branch. |
In Lib/idlelib/help_about.py, there are 2 links that are not underlined or colored, hence hard to tell that clicking works. All buttons might get converted to colored and underlined links in the future. --------- (cherry picked from commit ed831b9) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
GH-130339 is a backport of this pull request to the 3.12 branch. |
…30339) gh-69001: Convert links to more usable buttons (GH-129591) In Lib/idlelib/help_about.py, there are 2 links that are not underlined or colored, hence hard to tell that clicking works. All buttons might get converted to colored and underlined links in the future. --------- (cherry picked from commit ed831b9) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…30338) gh-69001: Convert links to more usable buttons (GH-129591) In Lib/idlelib/help_about.py, there are 2 links that are not underlined or colored, hence hard to tell that clicking works. All buttons might get converted to colored and underlined links in the future. --------- (cherry picked from commit ed831b9) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Makes it a LOT clearer that they are buttons. (I opened about 15 tabs before I noticed on the current version)
Much better for accessibility as buttons are keyboard usable.