Table row inserted incorrectly with missing cells
- Load the editor with following content:
<table style="width: 500px;">
<tbody>
<tr>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
cursor here</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
</tbody>
</table>
- Place cursor in the last cell of the second row;
- Insert column after/before
Actual Result: Table remains unchanged. (Edit: fixed ~3.5.3)
- Insert row after/before
- Actual Result: Row inserted with only one cell.
Change History (5)
Status: |
new →
confirmed
|
Version: |
3.0 →
3.5.1
|
Description: |
modified (diff)
|
Summary: |
Insert row/column wrong with incomplete cells →
Table row inserted incorrectly with missing cells
|
I cannot reproduce the issue described in point 3 (inserting column). It was fixed somewhere around 3.6.5. However, I'm still able to reproduce the issue with inserting row.