codeslayer1 / react-ckeditor

CKEditor component for React with plugin and custom event listeners support
MIT License
130 stars 34 forks source link

CKEditor component not working in IE #21

Open subbukarbyl opened 6 years ago

subbukarbyl commented 6 years ago

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?

codeslayer1 commented 6 years ago

Haven't tested it on IE. Are you getting any error in console?

subbukarbyl commented 6 years ago

error No errors or warnings in console. Only thing I found was, if I click on beginning of editable content it starts working fine.