Hello
I have been following this guide: http://scn.sap.com/docs/DOC-16312 in order to integrate tinyMCE in NW Portal 7.3.
I have successfully completed the integration however I am facing the same issues people mentioned in the link.
When attempting to use a tinyMCE feature that requires opening a new window (for example adding an image) it opens a blank one.
In the tiny_mce folder there is a JavaScript file called tiny_mce_popup.js which is responsible for the pop up and I have already tried uncommenting the
document.domain part and assign our domain to it but it didn't solve the problem.
I have debugged this with JavaScript debugger and it seems to be related to permissions issue:
Line: 5
Character: 681
Code: 0
Error Message: Access is denied.
URL: http://<server>:50000/TinyMCEEditorComponent/scripts/tiny_mce/tiny_mce_popup.js
Anyone else had this problem and know how to solve it?
Thanks
Roy