﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13314	checkReadOnly is undefined when using readonly inline editors	Andrea		"How to reproduce: 

'''Working demo to verify: ''' http://jsfiddle.net/aZqL9/7/

1 - Add two DIVs 
{{{
<div contenteditable=""true"" id=""editable""><img src=""http://i.imgur.com/M3LOzdI.jpg""/></div>

<div contenteditable=""true"" id=""editable2""><img src=""http://i.imgur.com/aD7V3hQ.jpg"" width=""320""/></div>
}}}

2 - Add a button to set the editors as readonly
{{{
<input type=""button"" onclick=""editor.setReadOnly(true); editor2.setReadOnly(true);"" value=""Make readonly"">
}}}

3 - Execute the loading of the editors in a <script>
{{{
CKEDITOR.disableAutoInline = true;

var editor = CKEDITOR.inline( document.getElementById( 'editable' ) );
var editor2 = CKEDITOR.inline( document.getElementById( 'editable2' ) );

}}}
5 - When it loads, click the button to set the editors to read only

6 - Do a '''right click''' on the first editor

7 - Do a '''right click''' on the 2nd editor. Javascript error is shown

'''Working demo to verify: ''' http://jsfiddle.net/aZqL9/7/


Reproducible in: IE11
"	Bug	confirmed	Normal		Core : Read-only	4.4.0			
