AsgardCms / Platform

A modular multilingual CMS built with Laravel 5.
https://asgardcms.com/
MIT License
779 stars 240 forks source link

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

Closed mdcass closed 6 years ago

mdcass commented 6 years ago

Summary of issue

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

Expected behaviour

Editing using the source view of the CKEditor should POST the edited contents - not the seemingly unchanged WYSIWYG view contents.

Steps to reproduce

Steps to workaround

Follow the above steps, but before hitting the primary Save button, toggle the Source button back to the WYSIWYG view, then toggle again back to the source edit view. The expected content is now POSTed.

Research

A Drupal Issue (solution #9) points to a solution setting the CKEDITOR.config.allowedContent option to true however this is already done in public/themes/adminlte/js/vendor/ckeditor/config.js:39

System Details

nWidart commented 6 years ago

Hello,

I've created your issue on the CkEditor component which is responsible for this.

https://github.com/dangvanthanh/vue-ckeditor2/issues/48

mdcass commented 6 years ago

Closing as issue resides with the Vue Component for CkEditor