﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12968	Deleting a paragraph deletes following div	Larry Hinderks		"1. Create the following in source mode in the ckeditor demo site using the full featured mode:


{{{
<p>p not in div</p>
<div>
<p>p in div</p>
</div>
}}}


2. Go to wysiwyg mode

3. Place the cursor on the left of the first character in the line ""p not in div"" and hit the delete key multiple times until all the characters on that line are deleted. Hit the delete key one more time (to remove the remaining <p>&nbsp</p>).

4. The p is removed but the div is now unexpectedly removed also.  The results are below:


{{{
<p>p in div</p>
}}}


5. Expected:


{{{
<div>
<p>p in div</p>
</div>
}}}


Note: backspace behaves similarly.

"	Bug	confirmed	Normal		General	3.0			
