Been scratching my head trying to figure this out - the problem only occurs within our system, standalone seems to be working. We use GWT to create/show/destroy our elements. The problem is only visible in IE - FF, Chrome and Safari work fine.
We have a separate html page which contains an iframe pointing to our page. I see (in IE Developer Console) that the layouts are being created/shown. I even debug its top/bottom coordinates and call visibleAtPoint(0,0) on a VLayout and it returns true...but there is nothing visible on the page unfortunately.
If maybe by some sort of luck, someone has encountered a similar problem in your team, please let me know if there is something in particular I should be checking.
Let me know if you want to bother with the standalone code that works. I should also add that if I change the iframe to an object tag, it works fine.
We have a separate html page which contains an iframe pointing to our page. I see (in IE Developer Console) that the layouts are being created/shown. I even debug its top/bottom coordinates and call visibleAtPoint(0,0) on a VLayout and it returns true...but there is nothing visible on the page unfortunately.
If maybe by some sort of luck, someone has encountered a similar problem in your team, please let me know if there is something in particular I should be checking.
Let me know if you want to bother with the standalone code that works. I should also add that if I change the iframe to an object tag, it works fine.
Comment