Skip to content
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

BBCode Tables overlap with bottom text #47012

Closed
ghost opened this issue Mar 14, 2021 · 2 comments · Fixed by #47050
Closed

BBCode Tables overlap with bottom text #47012

ghost opened this issue Mar 14, 2021 · 2 comments · Fixed by #47050
Milestone

Comments

@ghost
Copy link

ghost commented Mar 14, 2021

Godot version:

3.2.4-rc4

OS/device including version:

Windows 10

Issue description:

RichTextLabel using BBCode tag "[table]" doesn't push the text after the table down far enough so it overlaps with table.
image
Sorry if this is a duplicate issue, I tried to find if this had been submitted before.

Steps to reproduce:
Paste this into a RichTextLabel:

Top text
[table=3]
[cell]Cell[/cell]
[cell]Cell[/cell]
[cell]Cell[/cell]
[cell]Cell[/cell]
[cell]Cell[/cell]
[cell]Cell[/cell]
[cell]Cell[/cell]
[/table]
Bottom Text

Minimal reproduction project:

test.zip

@Anshul7sp1
Copy link
Contributor

It seems to glitch only when the number of cells between the table tag isn't a multiple of number of columns specified in table=

I would like to try and give a PR for this!

@ghost
Copy link
Author

ghost commented Mar 15, 2021

Good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants