-
-
Notifications
You must be signed in to change notification settings - Fork 913
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug:
Some tables with mixed rowspan
s and colspan
s render cells in incorrect places.
HTML to reproduce the issue:
<table>
<tr>
<td style="border: 1px solid black;" colspan="2" rowspan="2">PROBLEMATIC</td>
<td style="border: 1px solid black;" colspan="2">ALRIGHT</td>
</tr>
<tr>
<td style="border: 1px solid black;">WRONG</td>
<td style="border: 1px solid black;">WRONG</td>
</tr>
<tr>
<td style="border: 1px solid black;">AAAAA</td>
<td style="border: 1px solid black;">BBBBB</td>
<td style="border: 1px solid black;">CCCCC</td>
<td style="border: 1px solid black;">DDDDD</td>
</tr>
</table>
PROBLEMATIC | ALRIGHT | ||
WRONG | WRONG | ||
AAAAA | BBBBB | CCCCC | DDDDD |
Html
widget configuration:
The bug is present even when only the data
field it set.
A picture of a cute animal (not mandatory but encouraged)
____O-
/\ /\
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working