Cells should use row height if possible
Steps to reproduce
- Put following markup to the editor:
<table>
<tbody>
<tr style="height: 65px">
<td>aaa</td>
<td>bbb</td>
</tr>
</tbody>
</table>
- Right click in a "aaa" cell.
- Use Cell / Cell Properties option.
Expected:
"Height" cell has a value of 65.
Actual:
"Height" cell doesn't have any value.
Change History (5)
| Owner: |
set to Marek Lewandowski
|
| Status: |
confirmed →
review
|
| Resolution: |
→ fixed
|
| Status: |
review →
closed
|
| Summary: |
Cells should get row height if possible →
Cells should use row height if possible
|
This feature is required by #16812.