We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug in: v4.3.stable.offical [77dcf97] & v4.2.2.stable.mono.offical [15073af]
Ubuntu 24.04.1
When using Tables inside an indented block they indent to much.
Add RichTextLable with BBCode = true. Text: [table=1][cell]a[/cell][cell]3[/cell][/table]: [indent][table=1][cell]a[/cell][cell]3[/cell][/table]:[/indent]
[table=1][cell]a[/cell][cell]3[/cell][/table]: [indent][table=1][cell]a[/cell][cell]3[/cell][/table]:[/indent]
The unindented table is before the double dot, but the indented is not.
tableIndentBug.zip
The text was updated successfully, but these errors were encountered:
[indent]
RichTextLabel
Sorry, something went wrong.
bruvzg
Successfully merging a pull request may close this issue.
Tested versions
Bug in: v4.3.stable.offical [77dcf97] & v4.2.2.stable.mono.offical [15073af]
System information
Ubuntu 24.04.1
Issue description
When using Tables inside an indented block they indent to much.
Steps to reproduce
Add RichTextLable with BBCode = true.
Text:
[table=1][cell]a[/cell][cell]3[/cell][/table]: [indent][table=1][cell]a[/cell][cell]3[/cell][/table]:[/indent]
The unindented table is before the double dot, but the indented is not.
Minimal reproduction project (MRP)
tableIndentBug.zip
The text was updated successfully, but these errors were encountered: