﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5690	"When editing a table cell with a width=""xxx%"" attribute, the cell properties dialog shows pixels instead of percentage"	Jonathon Sim	Sa'ar Zac Elias	"If your source contains a table cell with a percentage width attribute eg:

{{{
<td width=""50%"">
}}}
 
and you right click > cell > cell properties the resulting dialog will show:
  Width: 50 pixels
ie it will select ""pixels"" rather than ""percentage"" in the ""widthType"" dropdown.

Saving this dialog will then insert 
{{{
<td style=""width: 50px"">
}}}
which is obviously wrong.

You can reproduce this on the nightly build (edit your source and insert a percentage width attribute and reproduce the steps described above)

The attached patch fixes this issue
"	Bug	closed	Normal	CKEditor 3.4	General		fixed	Confirmed	
