﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5911	BIDI: List items should support and retain correct base language direction	Damian	Tobiasz Cudnik	"It should be possible to set correct base language direction for graphical items such as numbered and bullet lists. 

When creating a list from some existing content, the new list should retain the original language direction. 

e.g. the following selection
{{{
<p dir=""rtl"">
   Line 1 <br/>
   Line 2 <br/>
   Line 3 <br/>
</p>
}}}

should become 
{{{
<ul dir=""rtl"">
	<li>asdasdsadas</li>
	<li>sdfsdfsdfsdfsdf</li>
	<li>sdfsdfsdfsdfsdfsdf</li>
</ul>
}}}

the operation should also be reversible.
"	Bug	closed	Normal	CKEditor 3.4	General		fixed	IBM Review+	Satya Minnekanti joek
