﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4046	Text align should respect EnterMode=br	Garry Yao	Garry Yao	"This's a bug migration of #390.
=== Reproducing Procedures ===
 1. Open the 'replace by code' sample page with enterMode = BR.
 1. Load the document with following content and selection:
 {{{
 line1<br />
 ^line2<br />
 }}}
 1. Click on 'Align Right' to perform text alignment.
  * Actual Result:
{{{
<p style=""text-align: right"">
	line1<br />
	line2</p>
}}}
  * Expected Result: Only the selected line get aligned.
"	Bug	closed	Normal	CKEditor 3.2	Core : Styles	SVN (CKEditor) - OLD	fixed	Confirmed Review+	
