-
-
Notifications
You must be signed in to change notification settings - Fork 882
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] <p> tags within table results in the HTML widget disappearing #1351
Comments
Facing the same problem The table can be as simple as: "
And some further error message, in case this helps fix the bug: `======== Exception caught by rendering library ===================================================== Either the assertion indicates an error in the framework itself, or we should provide substantially more information in this error message to help you determine and fix the underlying cause. The relevant error-causing widget was: |
Temporary solution
|
Same problem here. |
@Angkhan1992 |
Well, I will give it a try, but it is not a nice solution... |
is ther any update on this issue. I pretty much stuck at this. |
HTML to reproduce the issue:
<table><tr><th>Contact</th><th>Country</th></tr><tr><td><p>Maria Anders</p></td><td>Germany</td></tr><tr><td><p>Francisco Chang</p></td><td>Mexico</td></tr></table>
Expected behavior:
<p>
tags exert their own style on elements within a table. Or at least are ignored instead of breaking the table.Screenshots:
Without
<p>
tagsWith
<p>
tagsA picture of a cute animal (not mandatory but encouraged)
The text was updated successfully, but these errors were encountered: