﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5833	[ContentEditable] Remove list is broken	Frederico Caldeira Knabben	Garry Yao	" 1. Load the following HTML:

{{{
<ul>
	<li>Para 1</li>
	<li><span contenteditable=""false"">Non Editable</span></li>
	<li>Para 2</li>
</ul>
}}}

 2. Hit CTRL+A to select all.

 3. Click the list button to remove the list.

'''Current results:'''

Only two items get remove and a js error is thrown.

This one is related to the [http://svn.fckeditor.net/CKEditor/branches/features/contenteditable contenteditable feature branch]."	Bug	closed	Normal	CKEditor 3.4	Core : Lists		fixed	Confirmed	
