You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS/device including version: Windows 10 Pro Version 1809 (build 17763.1217)
Issue description:
When using either the [center] or [right] align tags in a RichTextLabel, it will sometimes cause the last line to overlap the previous one under certain conditions. Both the length of the bbcode text string (after tags are parsed) and the size of the Rect are variables in causing this to happen. Additionally, the two tags do not act like their alignment counterparts in a regular Label, as seen in the attached screenshot:
RichTextLabel on the left, plain Label on the right. Along with the overlapping issue, the RichTextLabel [center] is not a true center as displayed in the regular Label; it appears to be left aligned and simply shifted toward the middle.
Steps to reproduce:
-Create a RichTextLabel
-Enable BB Code
-In the BB Code Text field, type a string preceded by either the [center] or [right] tag
-Adjust the size of the Rect until the displayed text overlaps itself
Godot version: 3.2.1 (stable release)
OS/device including version: Windows 10 Pro Version 1809 (build 17763.1217)
Issue description:
When using either the [center] or [right] align tags in a RichTextLabel, it will sometimes cause the last line to overlap the previous one under certain conditions. Both the length of the bbcode text string (after tags are parsed) and the size of the Rect are variables in causing this to happen. Additionally, the two tags do not act like their alignment counterparts in a regular Label, as seen in the attached screenshot:
RichTextLabel on the left, plain Label on the right. Along with the overlapping issue, the RichTextLabel [center] is not a true center as displayed in the regular Label; it appears to be left aligned and simply shifted toward the middle.
Steps to reproduce:
-Create a RichTextLabel
-Enable BB Code
-In the BB Code Text field, type a string preceded by either the [center] or [right] tag
-Adjust the size of the Rect until the displayed text overlaps itself
Minimal reproduction project:
RichTextLabel Overlap Bug.zip
The text was updated successfully, but these errors were encountered: