Posted by BhzdStan on January 12, 2009 at 11:03pm
Jump to:
| Project: | Tiny Tiny MCE |
| Version: | 5.x-1.5 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I click on the image or the embedded media link browser button and nothing shows up. The browser button is clearly highlighted with the mouse icon but nothing pops up. I download everything correctly to my knowledge. Is there anyway that i might have missed to get the browser link to work?
Comments
#1
did you figure this one out? same problem here!
#2
the problem seems to be that any call to the tinybrowser-plugin ends up with a 'u is undefined' javascript error in tiny_mce.js in line 1.
i found http://tinymce.moxiecode.com/punbb/viewtopic.php?id=15984, which says one has to add a link to the tb_tinymce.js.php right after the link to tiny_mce.js, which i did by adding this line
drupal_add_js($path.'/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tb_tinymce.js.php', 'module', 'header', false, true, false);to line 12 of tinytinymce.module
it doesn't change anything. i run version 5.x-1.5.