﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7566	BiDi: Increasing indentation on a list item changes the language direction	James Cunningham	Garry Yao	"'''Steps to reproduce the defect:'''

1. Open the Ajax sample.

2. Paste the following code into the source view:


{{{
<ol dir=""rtl"">
	<li>
		List item 1 (RTL)
		<ol dir=""ltr"">
			<li dir=""ltr"">
				List item 2 (nested + LTR)</li>
		</ol>
	</li>
	<li>
		List item 3 (RTL)</li>
</ol>

}}}

3. In WYSIWYG mode, place the cursor in the last list item & click on increase indent.

'''Expected:''' The last list item becomes indented '''and remains RTL.'''

'''Actual:''' The last list item becomes indented '''but is now LTR.''' The user does not specify that they want to change the language of that list item so this should not happen.

This bug was introduced in 3.5.3."	Bug	closed	Normal	CKEditor 3.6.1	Core : BiDi	3.0	fixed	IBM	Damian Satya Minnekanti Teresa Monahan
