﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10433	editor.insertHtml and contenteditable bug	Roberto		"Hello everybody. I found a strage bug.

Look at this demo website:

http://media.dday.it/roby/editor2/samples/

I'm trying to create an impagination system where I add some templates using editor.insertHtml.

Every div in mypage has contenteditable=false but the paragraph are contenteditable=true. 

You can add a template using the button at the end of the page. If you  try to insert a picture in a paragraph (editable) using the second button you have a an error:

Uncaught TypeError: Cannot call method 'checkReadOnly' of undefined.

It looks like CKeditor is not looking at the <p> property but it follow the div contenteditable=false.

"	Bug	closed	Normal		Core : Read-only	4.1.2	wontfix		
