﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10600	Disable magicline when element is readOnly	dggtydnk		"When an element is readOnly (contentEditable = false), the magic line plugin should not be active within that element.

Given the following HTML:

{{{
<div id=""test"">
  <ul>
    <li>Do I get a magic line</li>
  </ul>
</div>
}}}

And running the following code on the editor demo page to make the div readOnly:

{{{
CKEDITOR.instances.editor2.document.$.getElementById(""test"").contentEditable=false;
}}}

At this point, I am unable to edit the contents of the readOnly DIV, but still get the magic line before/after the UL within the readOnly DIV.

"	Bug	closed	Normal		General	4.0 Beta	duplicate		
