-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
RichTextLabel: Wrong meta link detection when used inside a fill tag #35040
Comments
Still valid in 3.2.4 beta3 |
I was going to report this same bug. It runs from at least from 3.1.1 to 3.2.4 beta. The issue is that the text behaves with the fill tag but the url don´t, it just always marks as interactive the areas where the text should be with no fill tag, no matter if fill is activated or not. |
Indeed, It runs at least from the whole 2.x series. In this proyect from 3.2.3 you can see two identical lines with some last words as url. Otherwise, if you use the [center] tag instead of the [fill] tag, the interactive areas do match perfectly the rearranged url words. So the bug should be easy to fix. :) |
This has been fixed on master by Complex Text Layouts, but still reproducible on 3.3.2 and the 3.x branch. |
Fixed by #54114. |
Godot version: v3.2.beta.custom_build.b563de702
OS/device including version: macOS Catalina 10.15.2 / MacBook Pro (Retina, 13-inch, Early 2015)
Issue description:
The
[fill]
tag in RichTextLabel will adjust the word spacing to make lines to fill all the width of the control.When the word spacing inside a link is adjusted by this tag, the visual display of words is correct, but the mouse cursor and signal emission acts as if the word spacing is not adjusted.
This seems to be a long existing issue. I can reproduce this in 3.1.2.
Steps to reproduce:
Minimal reproduction project: RichTextLabelTest.zip
The text was updated successfully, but these errors were encountered: