﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16818	Cells should use row height if possible	Marek Lewandowski	Marek Lewandowski	"== 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>
}}}
1. Right click in a ""aaa"" cell.
1. Use Cell / Cell Properties option.

== Expected:

""Height"" cell has a value of `65`.

== Actual:

""Height"" cell doesn't have any value."	New Feature	closed	Normal	CKEditor 4.7.0	Core : Tables		fixed		
