#16818 closed New Feature (fixed)
Cells should use row height if possible
Reported by: | Marek Lewandowski | Owned by: | Marek Lewandowski |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.7.0 |
Component: | Core : Tables | Version: | |
Keywords: | Cc: |
Description
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)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
Type: | Bug → New Feature |
---|
comment:3 Changed 8 years ago by
Owner: | set to Marek Lewandowski |
---|---|
Status: | confirmed → review |
Pushed to branch:t/16818.
comment:4 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
I see no evil - looks good to me.
Fixed with git:8c3adbbf11b40d882472e8d3c08240696fccb956.
comment:5 Changed 8 years ago by
Summary: | Cells should get row height if possible → Cells should use row height if possible |
---|
This feature is required by #16812.