Unfortunately, some things are still different between browsers. Your CSS, for instance, GWT doesn't do anything with. IE tends to render things just a wee bit different in some cases, depending on your CSS, so you are still stuck with testing across all of them.
I can't say I have ever missed click events, although at one point I did get inconsistent key press events. The issue still lives on: http://code.google.com/p/google-web-toolkit/issues/detail?id=5557 So, yes, some of the browser inconsistencies are still passed down to we lowly programmers to deal with. -Ben On Jan 5, 12:36 pm, EMan <[email protected]> wrote: > Has anyone run into this? I am running my application through > Development Mode. when I test my application in Chrome and IE, they > both look considerably different. Also I am not receiving some events > in Chrome that I get in IE (click events). > > Before I post code up, just curious, does this happen to others? > Isn't the whole point of GWT that it takes care of browser conversion, > and it acts/displays exactly the same in all browsers? > > Thank. -- 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.
