onespacemedia / cms

A collection of Django extensions that add content-management facilities to Django projects.
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Image insertion into WYSIWYG fails when adding a new image #147

Closed lewiscollard closed 4 years ago

lewiscollard commented 6 years ago

Hit the insert image button on any WYSIWYG, and add a new image to your library. Nothing gets inserted, but there is a lot of console spam:

VM2030 lstr.js:26 Uncaught TypeError: Cannot read property 'appendChild' of undefined
    at VM2030 lstr.js:26
/static/admin/js/jquery.js Failed to load resource: the server responded with a status of 404 ()
VM2071 lstr.js:26 Uncaught TypeError: Cannot read property 'appendChild' of undefined
    at VM2030 lstr.js:26
/static/admin/js/jquery.js Failed to load resource: the server responded with a status of 404 ()
jquery.init.js:8 Uncaught ReferenceError: jQuery is not defined
/static/cms/js/jquery.cms.js:11 Uncaught TypeError: Cannot read property 'fn' of undefined
/static/pages/js/jquery.cms.pages.js:11 Uncaught TypeError: Cannot read property 'fn' of undefined
/admin/media/file/add/?_popup=1&_tinymce=1:14 Uncaught TypeError: django.jQuery is not a function
VM2071 lstr.js:26 Uncaught TypeError: Cannot read property 'appendChild' of undefined
    at VM2030 lstr.js:26
/static/admin/js/jquery.js Failed to load resource: the server responded with a status of 404 ()
lstr.js:26 Uncaught TypeError: Cannot read property 'appendChild' of undefined
    at VM2030 lstr.js:26
/static/admin/js/jquery.js Failed to load resource: the server responded with a status of 404 ()
jquery.init.js:8 Uncaught ReferenceError: jQuery is not defined
/static/cms/js/jquery.cms.js:11 Uncaught TypeError: Cannot read property 'fn' of undefined
/static/pages/js/jquery.cms.pages.js:11 Uncaught TypeError: Cannot read property 'fn' of undefined
/admin/media/file/add/?_popup=1&_tinymce=1:14 Uncaught TypeError: django.jQuery is not a function
lstr.js:26 Uncaught TypeError: Cannot read property 'appendChild' of undefined
    at VM2030 lstr.js:26
/static/admin/js/jquery.js Failed to load resource: the server responded with a status of 404 ()
/static/admin/js/jquery.js Failed to load resource: the server responded with a status of 404 ()
lstr.js:26 Uncaught TypeError: Cannot read property 'appendChild' of undefined
    at VM2030 lstr.js:26
lewiscollard commented 4 years ago

Fix with all the Suit decoupling work.