-
-
Notifications
You must be signed in to change notification settings - Fork 893
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
Unsorted bullet point list <ul> adds missing symbol after each circle [iOS](v1.0.2) #390
Comments
Even using the example from the
results in this on iOS: |
This is a breaking change in one of the most fundamental tags and should be given high priority. |
I found the root of the problem. For some reason I temporarily fixed it by removing the tab and add padding to the text widget instead. html_parser.dart - line 271
Fix
I don't know how much a tab is supposed to indent the text, or if this is the desired way of solving it. |
Hi @joelbrostrom Thanks for the workaround, |
Hi! In the meantime you can either modify the code yourself or use my fork until it's solved on the main branch by replacing the pubspec.yaml dependency to this:
|
@joelbrostrom thanks for the swift reply. |
Same problem reported here: #327 just for reference |
Took care of this in the above PR, it was related to the font size. Basically it now has a separate text widget just for the tab character without any text styling so the unknown character box doesn't show up. |
After each bullet point in a bullet list a "crossed box" symbol is rendered before the list item.
This only effect iOS.
The structure looks like this:
and it renders like this:
The text was updated successfully, but these errors were encountered: