﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8305	Adding a LTR Paragraph to RTL List changing language direction of list	Satya Minnekanti	Garry Yao	"1. Paste the following code in to souce view

{{{
<ol dir=""rtl"">
	<li>
		first list item</li>
</ol>
<p dir=""ltr""> LTR Paragraph </p>
}}}

2. Go back to rich text keep cursor in LTR Paragraph and click on Numbered List button.

'''Expected Result: List remains RTL and dir=rtl applied to second list item.'''

{{{
<ol dir=""rtl"">
	<li>
		first list item</li>
	<li dir=""ltr"">
		LTR Paragraph</li>
</ol>
}}}


'''Actual Result:  List becomes LTR'''
{{{
<ol>
	<li>
		first list item</li>
	<li dir=""ltr"">
		LTR Paragraph</li>
</ol>
}}}"	Bug	closed	Normal	CKEditor 3.6.3	Core : Lists	3.0	fixed	IBM	Damian Teresa Monahan
