When I added the TinyMCE library into the WYSIWYG module, I saw that there was an additional addon for WebFM which wasn't really mentioned anywhere. When I tried to enable the addon in the profile settings for the WYSIWYG TinyMCE, a browse button was added to the insert image/flash/... dialog, but when clicking this button a JavaScript error in the Firebug console reports that 'u is undefined'.
It seems that the callback function that has been defined to open the file or image browser, does not exist.
In the patch attached to this issue, I implemented this callback function which seems to be working fine for us.
Tom
| Comment | File | Size | Author |
|---|---|---|---|
| webfm_popup.js_.patch | 988 bytes | tom.vda |
Comments
Comment #1
nhck commentedTom, maybe you can do me a favor and test if this works for you:
#580556: Full support for ckeditor and tinymce through wysiwyg-api
Comment #2
tom.vda commented#580556: Full support for ckeditor and tinymce through wysiwyg-api is for Wysiwyg 3.x-dev while this patch is for integration with Wysiwyg 2
Comment #3
nhck commentedSorry for the miss understanding, this has been fixed as of #718656: WebFM ajax calls fails if Browser responseText contains leading whitespace / line feeds..
I am marking this as a duplicate, but I know yours was there earlier. Thank you very much for the help :-)