I wanted to spare people go through my own code, so I simply create a new web application project in Eclipse Indigo and compile the starter code right away. When I click on the html page, I should see "Web Application Starter Project" in large font, then "Please enter your name:" with a text field and a send button. This works as it should in Firefox, even in IE. In Chrome, all it shows is the two lines of text, no text field and no send button either. I tried the same compiled files on various Linux PCs with both Chrome and Firefox (with and without dev plugins installed), as well as Windows XP with IE, Firefox and Chrome again. On both platforms the web application starter code works fine in Firefox (and IE), but not in Chrome. I don't think resources fail to load, if Firefox sees everything, right? No, not just an aesthetics problem, but widgets are missing. Should I maybe revert back to JDK 1.6? An older GWT perhaps?
On Oct 3, 10:17 am, Isaac Truett <[email protected]> wrote: > GWT apps work fine in Chrome for me. You'll have elaborate on the problem > you're seeing. Just saying it doesn't display properly doesn't help diagnose > your problem. Does the JS console show anything? How about the Developer > Tools' Network tab? Any resources failing to load? Or is this just an > aesthetic problem - alignment or font size or something like that? > > > > > > > > On Mon, Oct 3, 2011 at 1:34 AM, Danux <[email protected]> wrote: > > After wondering why my little app wouldn't display properly in my > > Chrome browser once compiled, but work fine in Firefox, I decided to > > create an empty new Web Application Project in Eclipse and let it ONLY > > generate the initial sample code, nothing else. After compiling that > > unaltered code (obfuscated or pretty), it WILL run properly in Firefox > > 7.0 and IE 6.0, but NOT in Google Chrome (14.0.835.186). Is this some > > kind of joke? Please someone help me here. > > > System: Linux Ubuntu 10.10 32-bit, Google Chrome 14, Firefox 7.0, IE > > 6.0 (in Win XP), Java 1.7.0, GWT 2.4.0, Eclipse Indigo Service Rel. 1, > > GWT plugin installed for Eclipse and developer plugin for Chrome. > > > -- > > 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. -- 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.
