﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12783	Backspace and delete keys do not function properly when working with lists that have sublist	Karen Ananiev		"Use the following code:


{{{
<p>test</p>

<ul>
	<li>test
	<ul>
		<li>test</li>
	</ul>
	</li>
</ul>
}}}

Put the cursor at the start of the first list item and hit backspace. The item won't be removed, cursor will be moved at the end of the previous paragraph."	Bug	confirmed	Normal		Core : Lists	3.6.5			
