Hello,
I just upgraded a project from SmartGWT 2.5 to SmartGWT 3.0 (latest fixed version).
When I compile my code I get one warning:
I didn't find any explanation about this configuration property or it's allowed values on your site.
Can you please explain what document.compatMode does and what its allowed values are??
I just found this via google: http://code.google.com/p/smartgwt/so...gwt.xml?r=1859
But this seems to be an old version ?? And there's also no explanation. And I still get the warning when adding this line at the end of my gwt.xml file.
Thanks
I just upgraded a project from SmartGWT 2.5 to SmartGWT 3.0 (latest fixed version).
When I compile my code I get one warning:
Loading inherited module 'com.smartgwt.SmartGwt'
[WARN] Setting configuration property named document.compatMode in com.smartgwt.SmartGwt that has not been previously defined. This may be disallowed in the future.
[WARN] Setting configuration property named document.compatMode in com.smartgwt.SmartGwt that has not been previously defined. This may be disallowed in the future.
Can you please explain what document.compatMode does and what its allowed values are??
I just found this via google: http://code.google.com/p/smartgwt/so...gwt.xml?r=1859
<set-configuration-property name="document.compatMode" value="BackCompat"/>
Thanks
Comment