﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5828	[ContentEditable] Infinite script loop can be easily fired	Frederico Caldeira Knabben	Garry Yao	" 1. Load the following HTML:

{{{
<p>Para 1</p>
<p><span contenteditable=""false"">Non Editable</span></p>
<p>Para 2</p>
}}}

 2. Hit CTRL+A to select all.

 3. Click the indentation button.

'''Current results:'''

The script will loop, blocking the browser. This happens when creating lists also.

''' Expected results:'''

All paragraphs (including the one with the read only content) should get indented.

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?	
