﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3730	Indent and BR selections	Damian	Garry Yao	"When selecting text that uses <BR> for line separation, the indent feature bleeds the selection to the containing <P>. So that this:
{{{
<div>
	test 1<br />
	test 2<br />
	test 3<br />
	test 4<br />
	test 5<br />
</div>
}}}
becomes this;
{{{
<div style=""margin-left: 40px;"">
	test 1<br />
	test 2<br />
	test 3<br />
	test 4<br />
	test 5<br />
</div>
}}}

irrespective of how many lines of text were selected. The expected behavior would be to indent only the selected text. E.g. if line 3 & 4 were selected the result could be:
{{{
<div>
	test 1<br />
	test 2<br />
	<div style=""margin-left: 40px;"">
		test 3<br />
		test 4<br />
	</div>
	test 5<br />
</div>
}}}
"	Bug	closed	Normal	CKEditor 3.0	General		fixed	IBM Confirmed Review+	
