Posted by BWPanda on April 1, 2011 at 12:17am
1 follower
| Project: | TinyBrowser |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
I get this JS error when trying to select an image in the browser: "tinyMCEPopup is not defined".
The browser works, except that when you click on an image, nothing happens. I imagine it should close the browser window and send the image URL to the TinyMCE Image window so you can then insert it into the WYSIWYG editor.
Any ideas?
Comments
#1
Ok, I think I found the issue - the paths to the TinyMCE root weren't correct.
I've fixed it and attached the patch. Works for me (clicking on images now sends the URL to the TinyMCE window).