Skip to content
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

Open
rsmalc opened this issue Jun 26, 2017 · 12 comments
Open

IE 11 problem #29

rsmalc opened this issue Jun 26, 2017 · 12 comments
Assignees
Labels

Comments

@rsmalc
Copy link

rsmalc commented Jun 26, 2017

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.

@dangvanthanh
Copy link
Owner

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

@dangvanthanh
Copy link
Owner

@rsmalc

I was fix Ckeditor doesn't get content in IE11

@dangvanthanh dangvanthanh moved this from Bug to Done in Vue.js and Ckeditor 4 Jan 20, 2018
@usolved
Copy link

usolved commented Mar 10, 2018

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.

@dangvanthanh dangvanthanh removed this from Done in Vue.js and Ckeditor 4 May 31, 2018
@dangvanthanh dangvanthanh self-assigned this Dec 5, 2018
@vicnoob
Copy link

vicnoob commented Dec 12, 2018

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

@dangvanthanh
Copy link
Owner

Hi @vicnoob

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

@vicnoob
Copy link

vicnoob commented Dec 13, 2018

@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?

@dangvanthanh
Copy link
Owner

@vicnoob

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

@vicnoob
Copy link

vicnoob commented Dec 13, 2018

@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?

@dangvanthanh
Copy link
Owner

@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.

@vicnoob
Copy link

vicnoob commented Dec 13, 2018

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

@dangvanthanh
Copy link
Owner

@vicnoob

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

@vicnoob
Copy link

vicnoob commented Dec 13, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

4 participants