﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3256	Justify across table cells incorrect	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open  the ''replace by class'' example page;
 1. Make the following content with the selection by click and drag over table cells;
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px;"">
	<tbody>
		<tr>
			^<td>
				text</td>
			<td>
				text</td>^
		</tr>
	</tbody>
</table>
}}}
 1. Click on 'Justify Right' to apply alignment. 
  * Actual Result: Javascript Error occurred.
  * Expected Result:
{{{
<table>
	<tbody>
		<tr>
			<td style=""text-align: right;"">
				text</td>
		</tr>
		<tr>
			<td style=""text-align: right;"">
				text</td>
		</tr>
	</tbody>
</table>
}}}
"	Bug	assigned	Normal	CKEditor 3.0	Core : Styles			Confirmed Review?	
