Hey everybody.
We wanted to use the (great) WYMeditor in an ESS-Web Application integrated in the SAP GUI.
But while the editor is working fine while testing the application in the standalone internet explorer it won't work while the bsp-application is shown in the SAP GUI environment.
Following happens while integrated in SAP GUI:
- the editor shows up
- all buttons and the input field are shown correctly
- if you click into the input field (iframe) nothing happens (the cursor does not appear inside)
- you can insert text via the 'paste from word'-function
- you can mark up the text (bold, italic, bullet points, etc.)
- but you CAN'T step into the wysiwyg-text (iframe) to insert more text, spaces ore line breaks
- you CAN insert text via the 'toggle html'-function and the text is shown below in the wysiwyg-input field (iframe)
What could be the reason for that behaviour? Which Javascript function does not work? Is there a chance to fix this (because if not we would have to run the app outside sap and this would destroy the application design)
Thanks in adavance for your help!