id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8248	[[WinXP & IE8]] Removing last list item in outer list creating a new list item/ breaking the list	satya	garry.yao	"'''To reproduce the defect:'''

Copy the following code and paste it in source view.


{{{
<ol>
	<li> FirstListItem  </li>
	<li> SecondListItem
			<ol> 
				<li> ThirdListItem  </li>
				<li>  FourthListItem  </li>
				<li>  FifthListItem  </li>
			</ol>
	</li>
	<li> SixthListItem  </li>
</ol>
}}}

'''Scenario 1:'''

Go back to rich text, keep the cursor at end of last list item(Sixth list item) and press backspace until you delete list item

'''Expected Result:''' last list item is deleted and cursor goes to end of last list item(Fifth list item) in inner list.

'''Actual Result:''' last list item is deleted but a new empty list item is created after last list item(Fifth list item) in inner list.

'''Scenario 2:'''

Go back to rich text, keep the cursor at end of last but one list item(Fifth list item) and press delete

'''Expected Result:''' last list item is deleted and text in last list item gets appended to the text of last list item(Fifth list item) in inner list.

'''Actual Result:''' last list item is deleted but a new empty list item is created after last list item(Fifth list item) in inner list and a new list starts with the text in last list item

keep cursor at the new empty created list item and press Enter.

You will get a java script error

'''This is only happening on IE8 in Windows XP'''"	Bug	closed	Normal	CKEditor 3.6.3	Core : Lists	3.0	fixed	IBM IE8	damo tmonahan
