The editor get's disabled on node edit pages after succesful upload to a file field, through the media/plupload/media_multiselect upload modal dialog. I can see that it basically just removes the ckeditor markup from the DOM upon upload complete.

There also seems to be a bug in the image plugin.js attempting to access undefined width.length. Error message is:
An error occurred while attempting to process /system/ajax: 'null' is not an object (evaluating 'width.length')

Maybe they are related, it definitely seems that the ckeditor js code conflicts with other modules js.

Please let me know if more information is needed to address this issue.

Comments

davidneedham’s picture

Status: Active » Closed (duplicate)

This is a duplicate of #1911462: Editor gets disabled by ajax calls : detach trigger isn't checked properly - the patch in #10 seems to work.