I don't have the same problem, but can ask some questions and offer a suggestion. I assume you have a DIV in the page, and that your entry point code injects the GWT view into that DIV, correct? Where is your <script> tag located that injects kicks off the GWT load? I would suggest putting it at the very bottom of the page. Also, I would try to enable the JavaScript error console. If there is script running before your GWT load (somewhere else on the page), and it has an error before it gets to GWT, it may prevent the GWT loader from running.
Brett On Jul 8, 2:17 am, irvingcg79 <[email protected]> wrote: > Hi, > > We have a webpage with GWT code in it, a simple panel to display an > image and a canvas to draw on top of it. Some users have complained > that the entire section is not being loaded sometimes when using IE7, > and I'd like to know if someone has had the same problem. So far the > only workaround we've provided is to set IE to always check for newer > versions of the page, but we'd like to provide a solution that does > not depend on the user's configuration. > > Any inputs would be appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
