-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IE 11 problem #29
Comments
@rsmalc Thank you very much. I will fix it soon. |
I was fix Ckeditor doesn't get content in IE11 |
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. |
I got this problem too, is there anyway to fix it? |
Hi @vicnoob I will fix soon. Thank you very much for feedback. |
@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? |
When use |
@dangvanthanh I know v-model is two-way binding, quoted from issue #42
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? |
@dangvanthanh I tried to use pure CK editor, there is no error, it seems to be vue-ck2's error |
Yes, It occur when using with |
@dangvanthanh Thank you. It's urgent for me :( |
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.
The text was updated successfully, but these errors were encountered: