﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7645	Lists not deleted properly using backspace	James Cunningham	Garry Yao	"'''Steps to reproduce the defect:'''

1. Open the Ajax sample.

2. Paste the following code into WYSIWYG mode

{{{
<ol>
	<li>
		item 1</li>
	<li>
		item 2
		<ol>
			<li>
				item 3</li>
			<li>
				item 4</li>
			<li>
				item 5</li>
		</ol>
	</li>
</ol>

}}}

3. Switch back to source mode.

4. Select all of the list items '''with the mouse''' & click backspace.

'''Expected:''' Nothing remains in the editor.

'''Actual:''' The list is not fully deleted (see screenshot) & the following code still remains in the editor:

{{{
<ol>
	<li>
		<ol>
			<li>
				&nbsp;</li>
		</ol>
	</li>
</ol>

}}}
"	Bug	review_failed	Normal		Core : Lists	3.0		IE WebKit IBM	Damian Satya Minnekanti Teresa Monahan
