Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#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

  1. Put following markup to the editor:
    <table>
    	<tbody>
    		<tr style="height: 65px">
    			<td>aaa</td>
    			<td>bbb</td>
    		</tr>
    	</tbody>
    </table>
    
  2. Right click in a "aaa" cell.
  3. 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 7 years ago by Marek Lewandowski

Status: newconfirmed

comment:2 Changed 7 years ago by Marek Lewandowski

Type: BugNew Feature

This feature is required by #16812.

comment:3 Changed 7 years ago by Marek Lewandowski

Owner: set to Marek Lewandowski
Status: confirmedreview

Pushed to branch:t/16818.

comment:4 Changed 7 years ago by Tade0

Resolution: fixed
Status: reviewclosed

I see no evil - looks good to me.

Fixed with git:8c3adbbf11b40d882472e8d3c08240696fccb956.

comment:5 Changed 7 years ago by Marek Lewandowski

Summary: Cells should get row height if possibleCells should use row height if possible
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy