﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5825	"[ContentEditable] Read only blocks should not be ""undeletable"""	Frederico Caldeira Knabben		"In some situations, the protection for read only blocks is being over exaggerated. For example

 1. Load the following HTML:

{{{
<p>Para 1</p>
<p contenteditable=""false"">Non Editable</p>
<p>Para 2</p>
}}}

 2. Hit CTRL+A to select all.

 3. Click the ""Insert Horizontal Line"" button.

'''Current Results:'''

{{{
<hr />
<p contenteditable=""false"">
	Non Editable</p>
<hr />
}}}

'''Expected Results:'''

{{{
<hr />
}}}"	Bug	new	Normal	CKEditor 3.4	General				
