﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7362	BIDI: Numbers/Bullets not displaying in the editor in a mixed content list in FF	James Cunningham		"'''Steps to reproduce the defect:'''

1. Open the Ajax sample in FF.

2. Paste the following code into the source view.

{{{
<ol dir=""rtl"">
	<li>
		list item 1
		<ol dir=""ltr"">
			<li>
				list item 2</li>
		</ol>
	</li>
</ol>
}}}

3. Place the cursor at the end of the last list item.

4. Press Enter twice.

'''Expected:''' The number 2 should display in the editor relating to the second list item of the outer list.

'''Actual:''' No number is displayed.

'''Note:''' If the editor is removed the number is visible but if you recreate the editor the number disappears again. Same behaviour for bulleted lists."	Bug	closed	Normal		Core : BiDi	3.5.3	fixed	IBM Firefox	Damian Satya Minnekanti Teresa Monahan
