The paragraphs module loads a textarea via ajax so the swfupload files don't get added which throws and error and breaks the editor. Changing line 99 in ocupload_preprocess_html fixed it for me but I know it's not the best solution. I'm not sure what the best approach should be.
elseif (module_exists('ckeditor') &&
(isset($scripts[ckeditor_path('url') . '/ckeditor.js']) || isset($scripts['sites/all/modules/paragraphs/paragraphs.js']))) {
$ocupload_use = TRUE;
}
Comments
Comment #2
jphelan commentedAlso this seems to not be an issue with the 7.x-2x-dev release