﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14395	[Firefox] backspacing into a list with an empty list in between causes content to be removed	Alex T		"== Steps to reproduce ==
1.  go to the ckeditor demo page
2.  put the following html into the demo page


{{{
<ul>
    <li>dsadas</li>
    <li>dsa</li>
</ul>

<ol>
</ol>

<p>this will disappear</p>
}}}


3. Place the cursor at the start of the paragraph tag and press backspace

== Expected result ==

Under chrome - ""this will disappear"" will be merged into the list item ""dsa"".  The empty ol in between will be removed.

== Actual result ==

Under Firefox 44 - paragraph tag disappears, empty ol remains.

== Other details (browser, OS, CKEditor version, installed plugins) ==

Firefox 44 and 44.0.1 on OSX."	Bug	confirmed	Normal		General	3.0			
