﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4903	Indent command on multiple table cells incorrect	Garry Yao		"=== Environment ===
Firefox
=== Reproducing Procedures ===
 1. Open any sample page, load editor with the following content and selection (multiple cells selected):
 {{{
<table>
	<tr>
		<th>[head1]</th>
		<th>[head2]</th>
	</tr>
	<tr>
		<td>[cell1]</td>
		<td>[cell2]</td>
	</tr>
</table>
 }}}
 1. Click on 'Indent' command;
 * Actual Result: Only the first cell (head1) get indented.
 * Expected Result: All cells get indented.
"	Bug	confirmed	Normal		General	SVN (CKEditor) - OLD		Firefox	
