﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3140	Indent problem with whole table	Garry Yao		"Currently it's been unable to apply indent to the whole table.[[BR]]
 1. Make the content and selection as below:
{{{
^<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px;"">
	<tbody>
		<tr>
			<td>
				<br />
			</td>
		</tr>
	</tbody>
</table>^
}}}

 1. Apply the ''Indent'' command;
 * Expected Result:
{{{
<p style=""margin-left: 40px;"">
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px;"">
	<tbody>
		<tr>
			<td>
				<p>
				</p>
			</td>
		</tr>
	</tbody>
</table>
</p>
}}}
 * Actual Result:
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px;"">
	<tbody>
		<tr>
			<td>
				<p>
				</p>
			</td>
		</tr>
	</tbody>
</table>
<p style=""margin-left: 40px;"">
</p>
}}}
"	Bug	confirmed	Normal		General	3.0 Beta 2		Support	
