Re: GWT RPC call crashes IE.

2010-09-14 Thread strike44
All, We were able to corner down the issue, by removing the statically loaded image (.i.e not via any GWT widget) and a div element we had added in our app html to display another image. We chose to display those images using GWT/SmartGWT widget like Img etc. and IE worked fine. Regards, Vikram

Re: GWT RPC call crashes IE.

2010-09-12 Thread Deepak Singh
Hello, I am also facing some issue. I just designed my application using CSS and the application stopped to show any UI in IE, however it works fine in Mozilaa and Chrome. I also could not find it out the problem. Is this the issue of CSS or Some issue with coding in GWT ? On Sat, Sep 11, 2010

GWT RPC call crashes IE.

2010-09-11 Thread strike44
Hello, We are developing a web application using GWT. Since last couple of days, we are facing a strange issue of IE7 crashing down after a GWT RPC call. In our application we are caching all the view layouts & presenter so that we dont have to create them again as it's a read-only application.