﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16693	CKEDITOR.disableAutoInline does not work	wkhessairi		"== Steps to reproduce ==

1. prepare a page which body is like:
{{{
<body style=""height: 100%;"" contenteditable=""true"">
}}}

2. in this DOM, add a textarea element:
{{{
<textarea class=""textarea"" name=""composerInput"" id=""composerInput"" rows=""10"" cols=""30"" contenteditable=""true"" title=""What_Are_You_Working_On"" style=""display: none;""></textarea>
}}}

3. add CKEDITOR to this textarea element:
{{{
CKEDITOR.disableAutoInline = true;
CKEDITOR.inline('composerInput',{ ... 
//config here
});
}}}

== Expected result ==
when loading the page, only textarea element is editable with CKEDITOR
== Actual result ==
all the elements in ""<body>"" are editable

"	Bug	closed	Normal		General		invalid		
