﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8042	extra direction attribute after indentation	Garry Yao	Garry Yao	"Load the following list:
{{{
<ol dir=""rtl"">
	<li>
		item1
		<ol dir=""ltr"">
			<li>
				item2</li>
		</ol>
	</li>
	<li>
		^item3</li>
</ol>
}}}
 1. Indent then outdent the 3rd item;
 * Actual Result: an unnecessary dir=""rtl"" created on the list item;
 * Expected Result: Content remains unchanged;"	Bug	closed	Normal	CKEditor 3.6.1	Core : BiDi	3.6.1	fixed		
