﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7125	Single cell resize	Krzysztof Studnik		"related to #7072[[BR]]
Should we allow to change dimensions of cell (in cell properties dialog), when multiple different cells are selected in one row?
'''Example''':
 - table 2x2
 - select first row
 - from context menu select cell properties, set width to 10%
The width of cells is set to 10%, but table is looking like 50/50.
 - similar thing with different height for each cell in row
{{{
#!html
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px; "">
	<tbody>
		<tr>
			<td style=""width: 10%; height: 22px; "">
				1st cell with w10% h22px</td>
			<td style=""width: 10%; height: 11px; "">
				2nd cell with w10% h11px</td>
		</tr>
		<tr>
			<td>
				no cell properties</td>
			<td>
				no cell properties</td>
		</tr>
	</tbody>
</table>
}}}
Cell resize could be done perhaps by colspan/rowspan.[[BR]]
Word allows to resize single cell width. Google docs allow only resizing of row/column like our table resize plugin.
"	New Feature	closed	Normal		Core : Tables		invalid		
