-
Notifications
You must be signed in to change notification settings - Fork 18
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
Value is set but ckeditor area empty #50
Comments
@ryhnnl could you provide full, minimal code required to reproduce the issue? It would be great if you could use an online editor for that, e.g.
Could you also tell me when the issue is happening? Does it happen during user iteration or on the initial editor load? @ivanchenkoandriy could you tell how this warning is related to this issue? |
I created a sandbox but I couldn't reproduce the issue on the sandbox, it happens rarely on our project, we have a list of blog posts, when user clicks one of them it opens the page with editor, the content in editor loaded with an http request, and user can edit and save. Also it doesn't happen on user iteration, it happens while switching between pages. |
We are experiencing a similar issue. @ryhnnl is your Our usage with vue-router, transition, keep-alive:
Our page with ckEditor is Is there a way to re-fire/refresh ckEditor? |
@ryhnnl could you confirm that you are using |
@jacekbogdanski @jmalatia no we are not using @jacekbogdanski sorry, as I told before, I tried to reproduce it, but the issue doesn't happen all the time in our project, so I don't exactly know how is that happening. My code demo only shows how we are using it in the project. |
We seem to have resolved making ckEditor compatible with
Not sure if it's correct, but it seems to be working as one would expect from our initial quick testing. Our full, modified ckeditor.js
|
@jmalatia thanks for the code, I've extracted separate feature for that #62 @ryhnnl I'm still not able to reproduce the issue. We would need to have some real, reproducible case scenario to find out what's going on. I suppose that the issue could be connected with #52 due to the throttling of the undo plugin, but it's just a guess. I have to close the issue for now since it's not reproducible, but if you will be able to provide some demo or code sample with the issue, we would be happy to take a look and reopen the issue. |
ckeditor4-vue version: 1.0.1
Usually the value is showed correctly but sometimes ckeditor has the value but doesn't show it.
This is the code in TextEditor component. I couldn't find the reason why it sometimes looks empty, and there is nothing in console. Have an idea why is this happening?
The text was updated successfully, but these errors were encountered: