﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5439	Unable to align selected text in a table	Wiktor Walc	Sa'ar Zac Elias	"The alignment options do not work inside of a table cell if the content (text, image) is selected. Confirmed in FF 3.6.2 and IE 8. It was working correctly until 3.0.1.

=== Steps to repoduce ===
 * Start with the following source
 {{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 600px"">
	<tbody>
		<tr>
			<td>
				one</td>
			<td>
				two</td>
		</tr>
		<tr>
			<td>
				three</td>
			<td>
				four</td>
		</tr>
	</tbody>
</table>
 }}}
 * Switch to wysiwyg mode, select ""one""
 * Click on the ""Right Justify"" button
 * result: text is not aligned to the right.
"	Bug	closed	Normal		General	3.0.2	worksforme		
