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

Using print_rich on a text containing a newline wrapped in the [color] BBcode tag doesn't strip away the closing tag. #3

Open
Shiva-Shadowsong opened this issue Oct 8, 2024 · 0 comments
Labels
bug Something isn't working done & awaiting release

Comments

@Shiva-Shadowsong
Copy link
Owner

Shiva-Shadowsong commented Oct 8, 2024

Because Loggie uses print_rich under the hood to handle printing BBcode styled text in console, it suffers from an issue that's present in Godot (4.3.stable):

Issue

When a text containing a newline character ("\n") is wrapped in the [color] BBcode tags, the closing [/color] tag doesn't get stripped by the engine, resulting in it being present in the output.


This should be a fix done in the Godot engine, and here's a link to the original report regarding this issue:
godotengine/godot#97965

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working done & awaiting release
Projects
Status: In progress
Development

No branches or pull requests

1 participant