Kratek

Results 23 comments of Kratek

Hello, @vscheideck and thank you for the report. I see that there is a problem with the received data structure. When we use a hardcoded data in the array, such...

Hi @yeasherarafath, could you provide a working example that will show your issue? You can use one of our samples to create the reproduction sample: * CodePen: https://codepen.io/karoldawidziuk/pen/LYzJvdx * JSFiddle:...

Hi @yeasherarafath and sorry for the late reply. It looks like the CodeMirror creates `contenteditable` during the initialization and the CKEditor automatically initializes inline the editor when `contenteditable` is available....

Hi @yeasherarafath, regarding to [docs](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.html#method-editorConfig) it looks like `disableAutoInline` might not be available at the time. Using `CKEDITOR.disableAutoInline = true;` before `editorConfig` is also a proper way to handle it....

Hi @Lawful2002 and thank you for the report. I can confirm this issue but it occurs only on some devices. For me, it was failing only on `Vivo` and `Google...

Hi @ScalableJS Could you provide more information with real use cases using one of our templates? CodePen: https://codepen.io/Comandeer/pen/ExaMgpz?editors=1010 JSFiddle: https://jsfiddle.net/Comandeer/d6ey8a2w JSBin: https://jsbin.com/keqekef/1/edit?html,js,output StackBlitz: https://stackblitz.com/edit/js-vcqfw3 Additionally, I encourage you to use...

I cannot reproduce this. All tests passed. @sculpt0r could you check if these tests are still failing?

> Some time-dependent factors? Probably yes, because after I added throttling on Chrome(browser that has not been reported) I can reproduce it.

For now, the workaround mentioned by @jswiderski works. As we talked with @jacekbogdanski, this problem is a bit more complex because the content received from Word looks incorrect. The `strong`...