Thursday, May 9, 2013

Re: Quirks Mode Support

Did you have any update about it? I'm with same problem. 
Thanks.


Em sexta-feira, 13 de abril de 2012 16h01min52s UTC-4, dhroth escreveu:
I recently started to use GWT 2.4 (previously used 2.1) and noticed a message in the hosted mode log indicating that quirks mode is no longer supported by GWT.

[INFO] GWT no longer supports Quirks Mode (document.compatMode=' BackCompat').<br>Make sure your application's host HTML page has a Standards Mode (document.compatMode=' CSS1Compat') doctype,<br>e.g. by using &lt;!doctype html&gt; at the start of your application's HTML page.<br><br>To continue using this unsupported rendering mode and risk layout problems, suppress this message by adding<br>the following line to your*.gwt.xml module file:<br>&nbsp;&nbsp;&lt;extend-configuration-property name="document.compatMode" value="BackCompat"/&gt;

However, in the GWT 2.4 FAQ documentation, I found the following:

Does GWT support standards mode?

As of GWT 1.5, yes. Standards mode is supported. For backwards compatibility, quirks mode is also still supported. Support for quirks mode, however, may be dropped in future versions of GWT, and it is recommended that you update your GWT-enabled pages to use standards mode.
I ran my application in quirks mode without any issues. At this point, I need to be able to run in quirks mode because my custom GWT widgets are wrappers for a JavaScript library that requires quirks mode at least for now until we convert it to run in standards mode.
 
Can someone clarify what the log message means and why there is a discrepancy between that and the documentation?  Since my application appears to work as it did before, does the message mean that there will no longer be active maintenance of the code that supports quirks mode, but the support is not being removed?
 
Thanks.
 

--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment