Wednesday, March 1, 2017

Re: How to compile to standards mode?

 <meta http-equiv="X-UA-Compatible" content="IE=edge" />  
in the html head lets my gwt applications run in standard mode in IE for me.



Am Dienstag, 28. Februar 2017 18:33:12 UTC+1 schrieb Harry Wagner:
I've inherited support for a GWT application that was built with 2.4. It only runs in quirks mode. I would like to update it to run in standards mode (using 2.8) but am having trouble determining what exactly needs changed to make this happen. The release notes help, but it would be MUCH easier if the GWT compiler could be passed a parameter that would make it flag deprecated classes and their methods that will cause it to run in quarks mode. I have not been able to find one, and the GWT compiler does not complain when I compile the project using the 2.8 jars. Does anyone here know of such a parameter, or another approach to getting the code from running in quirks mode to running in standard mode? Thanks!

Harry

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment