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
Head to page edit
Select the Source toolbar option in the CKEditor
Edit something in the page
Select the primary Save button on the page
See the change has not been applied
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
Ubuntu 16.04 (Laravel Homestead 6.3 running on Windows 10 Host)
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
Source
toolbar option in the CKEditorSave
button on the pageSteps to workaround
Follow the above steps, but before hitting the primary
Save
button, toggle theSource
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 totrue
however this is already done inpublic/themes/adminlte/js/vendor/ckeditor/config.js:39
System Details
Asgardcms/Platform
3.0