﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7448	Create list on RTL paragraph	Garry Yao	Garry Yao	" 1. Load editor with the following source and selection:
{{{
<ol>
	<li>
		ltr</li>
</ol>
<p dir=""rtl"">
rtl^</p>
}}}
 1. Click ""Numbered List"" button;
 * Actual Result:
{{{
<ol dir=""rtl"">
	<li>
		ltr</li>
	<li>
		rtl</li>
</ol>
}}}
 * Expected:
{{{
<ol>
	<li>
		ltr</li>
	<li dir=""rtl"">
		rtl</li>
</ol>
}}}"	Bug	closed	Normal	CKEditor 3.6.2	Core : Lists	3.0	fixed	IBM	satya_minnekanti@…
