Opened 8 years ago

Closed 8 years ago

#14578 closed Bug (duplicate)

ckeditor in IE trusted site does not work well with internet zone Active Scripting security is disabled

Reported by: jamadam Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: IE Cc:

Description

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;

Change History (1)

comment:1 Changed 8 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed
Version: 4.5.8

Looking at both issues, same test case and same workaround, I think both are the same and will close this one as duplicate.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy