﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8249	[FF]: Problems with deleting last list item	Jakub Ś	Garry Yao	"I have found this issue when reproducing 8248

**Scenario 1**

1. Paste the following code:
{{{
<ol>
	<li> FirstListItem  </li>
	<li> SecondListItem
			<ol> 
				<li> ThirdListItem  </li>
				<li>  FourthListItem  </li>
				<li>  FifthListItem  </li>
			</ol>
	</li>
	<li> SixthListItem  </li>
</ol>
}}}

2. Place the cursor before ""sixth item"" {{{^SixthListItem}}} and press backspace
**Result:** You wont be able to delete ""3"". [[BR]]
**NOTE:** Webkit and Opera concatenates fith item with sixth item - FifthListItemSixthListItem. IE puts sixth item in new paragraph. Not sure which behavior is correct.
----

**Scenario 2**

1. The same as above
2. Put the cursor behind fifth item {{{FifthListItem^}}} and start pressing delete.
**Result:**  When all text in sixth item gets deleted, number is deleted at the end.
"	Bug	closed	Normal	CKEditor 3.6.3	Core : Lists	3.0	fixed	IBM	satya_minnekanti@…
