﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6861	The Indent command changes a text direction	Tobiasz Cudnik	Garry Yao	"The Indent command changes a text direction.

 1. Use a following content with a selection:
{{{
<ul>
	<li dir=""rtl"">
		1</li>
	<li>
		[2</li>
	<li>
		3]</li>
</ul>
}}}
 2. Press the Increase Indent button.

Result:
{{{
<ul>
	<li dir=""rtl"">
		1
		<ul>
			<li>
				2</li>
			<li>
				3</li>
		</ul>
	</li>
</ul>
}}}
Expected: A new list element wrapping LIs 2 & 3 ?"	Bug	closed	Normal	CKEditor 3.5.3	Core : Styles	3.4 Beta	fixed	IBM	jamcunni@…
