refinerycms-ckeditor icon indicating copy to clipboard operation
refinerycms-ckeditor copied to clipboard

Not working on refinery 2.0.8 + refinery-page-images

Open rickyah opened this issue 12 years ago • 0 comments

I get this eror: Uncaught TypeError: Cannot call method 'push' of undefined

Refinery-page-images gem is also installed, and gives an error on WYMeditor.onload_functions method: page-imagepicker.js: 45 reset_functionality = function() { WYMeditor.onload_functions.push(function(){ $('.wym_box').css({'width':null}); })

If I remove the refinery-page-images gem, the editor still does not load correctly and the text area appears without the editor controls

Using the web inspector I can access the CKEDITOR object, and when I call CKEDITOR.replace in the textbox, still nothing is shown (CKEDITOR.instances shows nothing)

rickyah avatar Oct 03 '12 18:10 rickyah