Hi,
I am facing a problem with RichTextEdior items and the root cause is the code in empty.html.
Our GWT application is embedded into an iFrame of a parent application.
The parent application and the GWT application can run independently and have seperate URLs and deployed on seperate servers. Due to this Chrome is throwing "unsafe javascript attempt to access frame" error and none of the rich text editors are working.
As a work around i have deleted all contents of empty.html and the editors work well now.
Can you please let me know what is the purpose of this empty.html and whether deleting it can have any side-effects.
I am using SmartGWTPower 3.0
I am facing a problem with RichTextEdior items and the root cause is the code in empty.html.
Our GWT application is embedded into an iFrame of a parent application.
The parent application and the GWT application can run independently and have seperate URLs and deployed on seperate servers. Due to this Chrome is throwing "unsafe javascript attempt to access frame" error and none of the rich text editors are working.
As a work around i have deleted all contents of empty.html and the editors work well now.
Can you please let me know what is the purpose of this empty.html and whether deleting it can have any side-effects.
I am using SmartGWTPower 3.0
Comment