Django-tinymce-filebrowser icon indicating copy to clipboard operation
Django-tinymce-filebrowser copied to clipboard

Click no reaction

Open accaolei opened this issue 10 years ago • 6 comments

Click the file browser no reaction

accaolei avatar Mar 06 '14 08:03 accaolei

what version of Tinymce you use?

aisayko avatar Mar 06 '14 11:03 aisayko

My Tinymce version is 1.5.2 but the browse button doesn't work( django version = 1.5.5 ) what should I do ??

sarsanaee avatar Jun 23 '14 11:06 sarsanaee

Same problem here... :(

gabrielfgularte avatar Feb 10 '16 17:02 gabrielfgularte

Just installed in admin of MyOrbitum.ru and all work fine. Please give more info like JS errors in browser...

aisayko avatar Dec 05 '16 17:12 aisayko

I have the same problem now, console shows this error:

tinymce.js:45017 Uncaught TypeError: fileBrowserCallback is not a function
    at Class.actionCallback (tinymce.js:45017)
    at Dispatcher.fire (tinymce.js:25798)
    at Class.fire (tinymce.js:28210)
    at Class.<anonymous> (tinymce.js:42928)
    at Dispatcher.fire (tinymce.js:25798)
    at Class.fire (tinymce.js:28210)
    at HTMLDivElement.delegate (tinymce.js:28848)
    at executeHandlers (tinymce.js:1178)
    at HTMLDivElement.defaultNativeHandler (tinymce.js:1205)

Emnalyeriar avatar Jan 08 '17 13:01 Emnalyeriar

Ok, I got it - you need to install tinymce 3.x not, 4.x

Emnalyeriar avatar Jan 08 '17 14:01 Emnalyeriar