﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6634	Nested list in RTL is incorrectly presented	Garry Yao	Tobiasz Cudnik	"Nested list like the following looks wrong in editor as there's no desired margin on the right side to differs from the 1st level list.
{{{

<ul>
	<li>
		List item 1 (LTR)
		<ul>
			<li dir=""rtl"">
				List item 2 (RTL)</li>
		</ul>
	</li>
	<li>
		List item 3 (LTR)</li>
</ul>
}}}
"	Bug	closed	Normal	CKEditor 3.5.1	Core : BiDi	3.4	worksforme	IBM	jamcunni@…
