id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
7364,IE8: Extra empty list item is added to a list when using backspace to delete an outer list item,jamescun,,"'''Steps to reproduce the defect:'''

1. Open the Ajax sample in IE8.

2. Paste in the following code.

{{{
<ol>
	<li>list item 1
		<ol>
			<li>list item 2</li>
		</ol>
	</li>
	<li>list item 3</li>
</ol>
}}}

3. Place the cursor at the end of the last list item.

4. Use backspace to delete the last list item so that the cursor is now at the end of the second list item.

'''Result:''' An extra empty list item is added underneath the second list item (see screenshot).
",Bug,closed,Normal,,Core : Lists,3.0,duplicate,IE8 IBM,damo satya tmonahan torque18@…
