[Firefox, enterBr] Setting inline style over fully selected document with table ruins the table
- Open editor with enterMode = BR.
- Click "new page".
- Insert a table, fill in text in each cell.
- Hit CTRL+A and apply "bold" style.
Expected:
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
<tbody>
<tr>
<td>
<strong>a</strong></td>
<td>
<strong>b</strong></td>
</tr>
<tr>
<td>
<strong>c</strong></td>
<td>
<strong>d</strong></td>
</tr>
<tr>
<td>
<strong>e</strong></td>
<td>
<strong>f</strong></td>
</tr>
</tbody>
</table>
Result:
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
<tbody>
<tr>
<td>
<strong>a</strong></td>
<td>
<strong>b</strong></td>
</tr>
<tr>
<td>
<strong>c</strong></td>
<td>
<strong>d</strong></td>
</tr>
<tr>
<td>
<strong>e</strong></td>
<td>
</td>
</tr>
</tbody>
</table>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
<tbody>
<tr>
<td>
<strong>f</strong></td>
</tr>
</tbody>
</table>
Regression of [6275].
Change History (6)
Owner: |
set to Garry Yao
|
Status: |
confirmed →
assigned
|
Status: |
assigned →
review
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
Fixed with [6384].