Monday, January 5, 2015

Re: com.google.gwt.core.client.JsonUtils,safeEval(String) throws exception in GWT 2.7

GWT 2.7. has removed a runtime check if JSON.parse() is available in the browser because GWT 2.7. does not support IE6/7 anymore and JSON.parse() is available in IE 8+ when in standards mode.

So maybe these users launch your app in compatibility view / quirks mode for whatever reason. Alternatively they might have browser addons installed that cause strange behavior.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment