﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11322	Impossible to delete some block elements at the beginning of content	Wiktor Walc		"For certain block elements inside CKEditor, if an element is at the beginning of the content, it is impossible to delete it using the `Backspace` key.

Sample elements: `<form>`, `<blockquote>`, `<div>`

'''Note:''' deleting does work in one particular case: only if there is no content after the element, so make sure to add some text to the content as well.

'''Test Case 1'''

1. http://ckeditor.com/latest/samples/replacebyclass.html
2. Paste in source mode

{{{
<blockquote>
<p>&nbsp;</p>
</blockquote>

<p>Text</p>
}}}
3. Switch to wysiwyg, place cursor in the `Blockqoute` element, press `Backspace`
4. Result: `Blockqoute` is not deleted.

'''Note 2:''' Pressing enter deletes Blockqoute (?)



'''Test Case 2'''

Repeat steps 1-4 with:

{{{
<form action=""a"" name=""n"">&nbsp;</form>

<p>Text</p>
}}}

(Enter key works as expected)

'''Test Case 3'''

Repeat steps 1-4 with

{{{
<div class=""class"">
<p>&nbsp;</p>
</div>

<p>Text</p>
}}}

(Enter key works as expected)

It is technically possible to workaround this bug by using magic line to insert first an element above (or use the Source mode), but I don't think that's a real solution for this bug."	New Feature	confirmed	Normal		General	4.0		IE Blink Webkit	ankush.ghosal@…
