Active
Project:
Tiny Tiny MCE
Version:
5.x-1.5
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2009 at 23:03 UTC
Updated:
23 May 2010 at 13:34 UTC
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
Comment #1
frost commenteddid you figure this one out? same problem here!
Comment #2
mybinaryromance commentedthe 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.