-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Make hyperlinks appear underlined only on mouse hover in RichTextLabel (and the editor help) #1474
Comments
For the record, this needs to be implemented in the RichTextLabel node. Note that RichTextLabel is currently being refactored, so implementing this right away may not be a good idea. I think a mix of both ways is the best option accessibility-wise:
This way, you get visual feedback when hovering a link and you can determine whether something is a link without relying on color alone. |
@hazarek That's an entirely different issue, which can be fixed by increasing the underline offset ( |
godotengine/godot#31086 these screenshots have same issue, should be a little lower and more line-height |
The problem is that it's a permanent underline, you're trying to rediscover gravity. |
Describe the project you are working on:
Describe the problem or limitation you are having in your project:
Permanent underlines makes text difficult to read in editor help pages. I have trouble reading.
Describe the feature / enhancement and how it helps to overcome the problem or limitation:
Make hyperlinks appear underlined only on mouse hover in editor help pages.
Describe how your proposal will work, with code, pseudocode, mockups, and/or diagrams:
for example docs.godotengine.org underlined links;
If this enhancement will not be used often, can it be worked around with a few lines of script?:
No
Is there a reason why this should be core and not an add-on in the asset library?:
Yes
The text was updated successfully, but these errors were encountered: