﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7074	[Firefox, enterBr] Setting inline style over fully selected document with table ruins the table	Sa'ar Zac Elias	Garry Yao	" * Open editor with enterMode = BR.
 * Click ""new page"".
 * Insert a table, fill in text in each cell.
 * Hit CTRL+A and apply ""bold"" style.
Expected:
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px;"">
	<tbody>
		<tr>
			<td>
				<strong>a</strong></td>
			<td>
				<strong>b</strong></td>
		</tr>
		<tr>
			<td>
				<strong>c</strong></td>
			<td>
				<strong>d</strong></td>
		</tr>
		<tr>
			<td>
				<strong>e</strong></td>
			<td>
				<strong>f</strong></td>
		</tr>
	</tbody>
</table>
}}}
Result:
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px;"">
	<tbody>
		<tr>
			<td>
				<strong>a</strong></td>
			<td>
				<strong>b</strong></td>
		</tr>
		<tr>
			<td>
				<strong>c</strong></td>
			<td>
				<strong>d</strong></td>
		</tr>
		<tr>
			<td>
				<strong>e</strong></td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px;"">
	<tbody>
		<tr>
			<td>
				<strong>f</strong></td>
		</tr>
	</tbody>
</table>
}}}
Regression of [6275]."	Bug	closed	Normal	CKEditor 3.5.1	Core : Styles	3.5.1	fixed	Firefox	
