﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7645	IE9: Lists not deleted properly using backspace	James Cunningham		"'''Steps to reproduce the defect:'''

1. Open the Ajax sample in IE9.

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	new	Normal		Core : Lists	3.5.4 (SVN - trunk)		IE9 IBM	Damian Satya Minnekanti Teresa Monahan
