﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9438	[IE]: Formatting Normal (Div) removes empty table cells.	Jakub Ś		"To reproduce:
1. Paste in the below source
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px; "">
	<tbody>
		<tr>
			<td>
				abc</td>
			<td>
				&nbsp;</td>
		</tr>
		<tr>
			<td>
				def</td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
}}}
2. Switch to WYSIWYG
3. Click inside editor and press CRTL+A
4. Choose formating Normal(Div) from dropdown 
Result:
In all versions of IE from CKEditor 3.0, empty column will be removed."	Bug	confirmed	Normal		General	3.4.3		IE	
