﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14578	ckeditor in IE trusted site does not work well with internet zone Active Scripting security is disabled	jamadam		"== Steps to reproduce ==

1. Disable active scripting in Internet Options.
2. Register the site as Trusted Site.
3. Open bundling sample(/samples/index.html) and click Bold button.

== Expected result ==
Button state gets active.

== Actual result ==
Nothing happens.

== Other details (browser, OS, CKEditor version, installed plugins) ==
Tested with cke 4.5.8 on IE10(win8.0) or IE11(win8.1).
It has been working as expected with IE10 + cke 3.

The symptoms are similar to the following one.

https://dev.ckeditor.com/ticket/8532

The workarround posted in the ticket seems to work for my issue too.

var toolbox =　document.getElementById('cke_editor').getElementsByClassName('cke_top')[0];
var html = toolbox.innerHTML;
toolbox.innerHTML = html;
"	Bug	closed	Normal		General		duplicate	IE	
