vue-ckeditor2 icon indicating copy to clipboard operation
vue-ckeditor2 copied to clipboard

IE 11 problem

Open rsmalc opened this issue 7 years ago • 12 comments

In IE 11, CKEditor doesn't get content if it's exist. It shows only the empty editor. It shows permision error in console log.

rsmalc avatar Jun 26 '17 20:06 rsmalc

@rsmalc Thank you very much. I will fix it soon.

dangvanthanh avatar Jun 29 '17 14:06 dangvanthanh

@rsmalc

I was fix Ckeditor doesn't get content in IE11

dangvanthanh avatar Jan 19 '18 15:01 dangvanthanh

I'm using vue-ckeditor 1.18.0 where the fix is already commited but still getting "permission denied" error in IE11 console. I get this error even when IE 11 displays the content correctly.

So I could just ignore it but in some cases (like in bug #42) it also shows an empty editor when setting the data after ajax request for example.

usolved avatar Mar 10 '18 21:03 usolved

I got this problem too, is there anyway to fix it?

vicnoob avatar Dec 12 '18 12:12 vicnoob

Hi @vicnoob

I will fix soon. Thank you very much for feedback.

dangvanthanh avatar Dec 12 '18 17:12 dangvanthanh

@dangvanthanh It seems to be CKeditor's problem in general. I found in #42 that use :value can use in this situation, but it's 1 way binding, isn't it?

vicnoob avatar Dec 13 '18 03:12 vicnoob

@vicnoob

When use v-model, it will ignore value attributes on any form elements. This is two-way binding.

dangvanthanh avatar Dec 13 '18 04:12 dangvanthanh

@dangvanthanh I know v-model is two-way binding, quoted from issue #42

Hey guys, i had the same issue. Now work for me using :value instead of v-model

He's using :value which is one way binding to fix the problem. I am wondering if I use @input to make the instance 2 way binding again, will the problem happen again?

vicnoob avatar Dec 13 '18 04:12 vicnoob

@vicnoob

When use @input event again, listener in the parent would silently break. This is not good idea.

You can see reference from Vue document.

dangvanthanh avatar Dec 13 '18 04:12 dangvanthanh

@dangvanthanh I tried to use pure CK editor, there is no error, it seems to be vue-ck2's error

vicnoob avatar Dec 13 '18 09:12 vicnoob

@vicnoob

Yes, It occur when using with vue-ckeditor2 because I wrapper Ckeditor with Vue.js. I will try find error and fix it.

dangvanthanh avatar Dec 13 '18 10:12 dangvanthanh

@dangvanthanh Thank you. It's urgent for me :(

vicnoob avatar Dec 13 '18 10:12 vicnoob