Skip to content

[BUG] Nested Header and Font Tag #784

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

Closed
JanMelvinBautista opened this issue Aug 4, 2021 · 2 comments · Fixed by #903
Closed

[BUG] Nested Header and Font Tag #784

JanMelvinBautista opened this issue Aug 4, 2021 · 2 comments · Fixed by #903
Labels
bug Something isn't working

Comments

@JanMelvinBautista
Copy link

Hello! We're having issue implementing nested header and font tag. The library ignores the header tag while having the font tag inside the header tag.

Example:

This is Header

Note: We're using WYSIWYG HTML editor to generate the code above and currently we are avoiding edits on generated html code.

@JanMelvinBautista JanMelvinBautista added the bug Something isn't working label Aug 4, 2021
@tneotia
Copy link
Contributor

tneotia commented Aug 4, 2021

Could you please post example code? I assume you mean something like this: <h1><font color="red">Header</font></h1>

@JanMelvinBautista
Copy link
Author

JanMelvinBautista commented Aug 9, 2021

Yup! Here's the exact example : <h1 style="text-align: center; "><font color="#0000ff">This is Header</font></h1>

tneotia added a commit to tneotia/flutter_html that referenced this issue Nov 26, 2021
erickok added a commit that referenced this issue Nov 29, 2021
Fix font size issue with nested header and font (#784)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants