﻿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	Garry Yao	"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 />
}}}

This one is related to the [http://svn.fckeditor.net/CKEditor/branches/features/contenteditable contenteditable feature branch]."	Bug	closed	Normal	CKEditor 3.4	General		fixed	Confirmed Review?	
