﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14866	Deleting bullet list does not work	yev		"== Steps to reproduce ==

For the following markup, if you try to delete the bullet in wysiwyg (backspace), it will not get deleted.

{{{
<p>&nbsp;</p>

<ol><br />
	<li>&nbsp;</li>
</ol>

<p>&nbsp;</p>
}}}

if you toggle Source, the OL>LI will come back. Same thing will happen if you persist markup on the server and reload it into another instance of cke - you will get the bullet list back ever though you thought you had deleted it.

== Expected result ==
A clean up of orphaned <OL> needs to occur

== Actual result ==
<OL> remains when <LI> is removed

== Other details (browser, OS, CKEditor version, installed plugins) ==
Chome  52.0.2743.116 (64-bit) Mac
CKEditor 4.5.11"	Bug	confirmed	Normal		Core : Lists	4.2			
