﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6938	IE/Opera: RTL language direction is not preserved when enter is pressed at the end of a list.	James	Garry Yao	"'''Steps to reproduce the defect:'''

 1. Open the Ajax sample in IE (or Opera 11).
 2. Paste in the following code:


{{{
<p>
	paragraph 1</p>
<ol>
	<li>
		list item 1
		<ol>
			<li>
				list item 2
				<ol>
					<li>
						list item 3</li>
				</ol>
			</li>
		</ol>
	</li>
</ol>
}}}

 3. Press CTRL + A and click on RTL icon.
 4. Place the cursor at the end of the last list item.
 5. Press Enter 3 times.

'''Expected''': The cursor should remain on the right and the language direction should be RTL.

'''Actual''': The cursor is on the left and the language direction is be LTR.

 "	Bug	closed	Normal	CKEditor 3.5.3	Core : BiDi	3.5	fixed	IE Opera IBM	Damian joek Satya Minnekanti
