I have a SmartGWT project (GWT2.5.1 + SmartGWT-4.0) which I want to run into a HTML iFrame. So I created normally the "Landing page" with the iFrame referring to my application.
The idea is so simple and worked very well in Chrome and Firefox, but in Internet Explorer 10, the application does not receive any mouse event, with no javascript errors.
In other words, I can navigate through the fields pressing tab and submit a form pressing enter in the button, but with the mouse I just can't do anything (ps: if I double click a link, it selects the text but do not press it out).
The pure application (running normally, out of the iFrame) does not have any issue.
Does anyone have some idea what can be happening?
The idea is so simple and worked very well in Chrome and Firefox, but in Internet Explorer 10, the application does not receive any mouse event, with no javascript errors.
In other words, I can navigate through the fields pressing tab and submit a form pressing enter in the button, but with the mouse I just can't do anything (ps: if I double click a link, it selects the text but do not press it out).
The pure application (running normally, out of the iFrame) does not have any issue.
Does anyone have some idea what can be happening?