Broken rendering of tables in WebView #100
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If
<table>
is first element on page (inside<body>
tag), it's rendering got broken.But if any element (for example,
<span>
) is placed before table, rendering is done normally.Attached archive contains examples of such documents.
P.S. Also, WebView doesn't support
<table border="X">
attribute, which can be handful for visual tables formatting. So, if it's not too hard - adding it's support will be good.Broken rendiring of tables in WebViewto Broken rendering of tables in WebViewFixed in
4d6ef342e1