-
-
Notifications
You must be signed in to change notification settings - Fork 887
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
<i> and <b> tags creating a break #9
Comments
Ah, yup. That's a big issue. Thanks for reporting that. I built this relatively quickly and recently, so we're still working out a couple major bugs. I'm aware of the text color issue, but if you wouldn't mind opening a new issue with that issue that would be great to help keep things organized. |
Hi @Sub6Resources, first of all thank you for all the work put into this plugin! |
@zemiguelll I'm in the middle of a major refactor that will fix this issue and several others. It will be released as 0.5.0 in the next couple days after I work out a couple issues with the refactor. |
Thanks for woking.I need it too |
This has just been fixed in 0.5.0. |
I have ^0.5.3 version and I still have the same problem |
@chusmf That's odd... What does your html code look like?
|
It happens when the sentence occupies more than 1 line in the space. In the next example, the two first p tags are ok, the third one breaks in two lines
|
When using < i > and < b > tags the change on the text is not being made inline, a new line is being created.
From your example:
< p >Lorem ipsum < b >dolor< /b > sit amet.< /p >
becomes:
Lorem ipsum
dolor
sit amet.
Also, when adding only fontSize to the TextStyle the bold or italic changes to white (adding "color: Colors.black" fixes it, but it would be good to keep a consistent default color).
The text was updated successfully, but these errors were encountered: