When you auto save a form without a WYSIWYG/CKEDITOR field you get a JS error in the console in Chrome that says the CKEDITOR is not defined.
Uncaught ReferenceError: CKEDITOR is not defined
at Object.attach (auto-save-form.js?v=1.x:13:30)
at drupal.js?v=9.3.12:27:24
at Array.forEach (<anonymous>)
at Object.Drupal.attachBehaviors (drupal.js?v=9.3.12:24:34)
at drupal.init.js?v=9.3.12:29:12
at HTMLDocument.listener (drupal.init.js?v=9.3.12:17:7)
Add an if statement around the CKEDITOR.instances for loop to check if CKEDITOR is defined.
None
None
None
None
I added the proposed resolution in the attached patch.
Needs review
5.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.