Word of warning to others that haven't stumbled across this yet, but using GWT 2.4, the startup code that sniffs the browser to determine which permutation to load gets confused for IE users that have the Google Chrome Frame plugin installed and end up loading the wrong permutation. In our case, having this plugin installed caused the 'safari' user.agent permutation to load instead of the correct IE permutation. The incorrect permutation promptly dies with a JavaScript error to the affect that an "object doesn't support this property or method" error. We had a small subset of our IE users that were hitting this JavaScript error and it's the Google Chrome Frame plugin that has been causing their grief.
-- 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.
