On Monday, August 6, 2012 1:05:55 AM UTC-7, funkforce wrote:
>
> Do you meant that if I deploy an app compiled with GWT 2.4 today and in a 
> few weeks a new browser version is released , that app wont work with the 
> new browser? 
>
> Certainly possible.  Browsers break backwards compatibility occasionally. 
 IE9 changed the way you do createElement to the more standards compliant 
way and that broke GWT (and many other javascript frameworks) that detected 
that it was IE and used the old IE way.  A new version of GWT was released 
shortly afterwards that fixed the problem, recompiling made it go away.

Thankfully, these sorts of issues are fairly uncommon and there are usually 
ways you can trigger compatibility mode via meta tags or headers to avoid 
the recompile.

Tim


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ddGaL7GWbl8J.
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.

Reply via email to