﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12503	[Blink/Webkit] Incorrect result of select all, backspace/delete	Piotrek Koszuliński		"1. Open replacebycode sample.
2. CTRL+A.
3. Delete/backspace.

Result:

{{{
<h1><small><a data-cke-saved-href=""http://en.wikipedia.org/wiki/Apollo_11"" href=""http://en.wikipedia.org/wiki/Apollo_11""></a></small>​{}</h1>
}}}

Expected (as on FF):

{{{
<p>[]<br></p>
}}}

or (if that's going to be much easier to implement):

{{{
<h1>[]<br></h1>
}}}

(because `<h1>` was the first block before pressing backspace)

=== Related

* #8439, #8440 - should be fixed by patch for this issue,
* this issue was introduced by fixes for #9998."	Bug	confirmed	Normal	CKEditor 4.5.0	General				a.nowodzinski@…
