﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3246	Indent table problem	Garry Yao		"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page;
 1. Make the following content with the selection;
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px; height: 46px;"">
	<tbody>
		<tr>
			<td>
				^text
			</td>
			<td>
				text^
			</td>

		</tr>
	</tbody>
</table>
}}}
 1. Click 'Indent' button;
  * Actual Result:
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px;"">
	<tbody>
		<tr>
			<td>
				<p>
					text</p>
			</td>
			<td>
				<p>
					text</p>
			</td>
		</tr>
	</tbody>
</table>

}}}
 * Expected Result:
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px; height: 46px;"">
	<tbody>
		<tr>
			<td>
				<p style=""margin-left: 40px;"">
					text</p>
			</td>
			<td>
				<p style=""margin-left: 40px;"">
					text</p>
			</td>
		</tr>
	</tbody>
</table>

}}}"	Bug	closed	Normal		General		fixed	Discussion	
