Friday, August 23, 2013

Re: com.google.gwt.core.client.JavaScriptException: (InvalidCharacterError) on IE 10


Any idea how to enforce IE from the application to use Document Mode = IE 5 Quirks?

<meta http-equiv="x-ua-compatible" content="IE=5"/>

should do it. That way you should get the quirkiest quirk mode available ;-) 

http://stackoverflow.com/a/11865561

If you stick to GWT 2.2 just because of that one Incubator widget you should consider rewriting that code using GWT's DataGrid along with GWT's SimplePager. That way you are not stuck on an old GWT release. The incubator project is deprecated.

-- 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/groups/opt_out.

No comments:

Post a Comment