-
Notifications
You must be signed in to change notification settings - Fork 27
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
CKEditor load/save issue #102
Comments
Needs a double save I guess. Issue in CKEditor where the content is not automatically written back to the underlying textarea, something that unfortunately also happens with TinyMCE RTE but not with Redactor or the classic TinyMCE. It's not a ClientConfig specific issue, but I'll leave this open for now until there's a solution. |
The same is true for Ace |
Here's a workaround. As we need to save the content into the associated textarea on each CKEditor change, we can force it by adding these lines to ckeditor/config.js:
Should work fine with any version of ClientConfig. I haven't seen any conflicts so far. |
The CKEditor is displayed right but somehow the updated field content is not saved.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: