Active
Project:
One Click Upload
Version:
7.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2015 at 19:59 UTC
Updated:
2 Oct 2015 at 19:27 UTC
Jump to comment: Most recent
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