Opened 9 years ago
Closed 9 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
- Disable active scripting in Internet Options.
- Register the site as Trusted Site.
- 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 9 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
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.