react-ckeditor
react-ckeditor copied to clipboard
CKEditor component not working in IE
trafficstars
Editor works fine without any issues when it loads for the first time with content. But when I change/update the editor content programmatically, content in editor changes, but the editor gets freezed(unable to select/focus/edit the content). It occurs only in IE. All other browsers its working fine. I tried without any props values, but still not working.
Does this component supports IE 11?
Haven't tested it on IE. Are you getting any error in console?
No errors or warnings in console. Only thing I found was, if I click on beginning of editable content it starts working fine.