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

font tag hides text #42

Closed
KaYBlitZ opened this issue Dec 7, 2018 · 2 comments
Closed

font tag hides text #42

KaYBlitZ opened this issue Dec 7, 2018 · 2 comments

Comments

@KaYBlitZ
Copy link

KaYBlitZ commented Dec 7, 2018

Using the font tag hides the text. Using
Html( data: r'Hi', )
shows Hi in the widget as expected. Using
Html( data: r'<font size=2>Hi</font>', )
hides all text. According to documentation font is not supported and will be ignored. This doesn't seem to be the case.

@Sub6Resources
Copy link
Owner

Sorry, perhaps we should make this more clear in the documentation, but by ignored, we mean not rendered at all. The font tag should probably be rendered still, so it will be added to the list of deprecated elements that will get partial support (see #1 ).

@chinmay2505
Copy link

chinmay2505 commented Jul 27, 2020

Same issue occurring at my end font tag hides the text in v0.11.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants