dangvanthanh / vue-ckeditor2

CKEditor 4 wrapper by Vue.js
https://vue-ckeditor2.surge.sh/
MIT License
171 stars 64 forks source link

CKEditor configuration/bug - content not posting after editing from the source #48

Closed nWidart closed 6 years ago

nWidart commented 7 years ago

Hello,

After editing the source of a page within CKEditor and clicking save (without navigating anywhere else within the editor), the new contents are not synced.

Expected: Editing using the source view of the CKEditor should sync the content - not the seemingly unchanged WYSIWYG view contents.

Steps to reproduce

Steps to workaround

Toggling the source view back to normal view, syncs the content.

Thanks,

mariglenjahollari commented 6 years ago

Facing the same issue. Another workaround would be to just write something in the WYSIWYG view. That will also sync the content.

dangvanthanh commented 6 years ago

Please upgrade to 2.0.3. It will sync the content.