-
-
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
[BUG] Inline style with "text-shadow" in some case will parse failed. #834
Labels
bug
Something isn't working
Comments
windows7lake
pushed a commit
to windows7lake/flutter_html
that referenced
this issue
Sep 10, 2021
erickok
added a commit
that referenced
this issue
Oct 1, 2021
Fix issue #834 Inline style with "text-shadow" parse failed.
Should be fixed in 2.2.0. |
Not supported this style?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug:
Using the code as follow will parse failed, and the code was generated by some kind of editor.
report that
HTML to reproduce the issue:
Just add this code to example.
Html
widget configuration:the same as example.
Expected behavior:
![image](https://user-images.githubusercontent.com/10578898/132814254-db6f0527-54a5-4c46-99ba-a5b93aaabc81.png)
Parse correct. With some code like "text-shadow: red 2px 5px;", it can be parsed as follow:
The text was updated successfully, but these errors were encountered: