You can use the html5 doctype :
<!DOCTYPE html>

And I also add this meta tags :
<meta http-equiv="X-UA-Compatible" content="IE=9">

Le mercredi 19 mars 2014 20:38:51 UTC+1, manu a écrit :
>
> Do you know which <!DOCTYPE declaration should be added, so that it 
> doesn't cause any formatting issues in IE9?
>
>
> On Wed, Mar 19, 2014 at 7:43 PM, manya mohanan 
> <[email protected]<javascript:>
> > wrote:
>
>> Thanks for your reply.
>>
>> The html host page was triggered  in Quirks mode. When I changed to 
>> standards mode the error was gone. But as expected , now there are some 
>> formatting issues in IE9 that need to be taken care of in Standards mode.
>>
>>
>> On Wed, Mar 19, 2014 at 5:43 PM, Thomas Broyer 
>> <[email protected]<javascript:>
>> > wrote:
>>
>>>
>>>
>>> On Wednesday, March 19, 2014 4:59:39 PM UTC+1, manu wrote:
>>>>
>>>>  Hi all,
>>>>
>>>>  
>>>>
>>>> I just migrated our project from GWT 2.5.0 to GWT 2.6.0.   We are 
>>>> using Java 6.
>>>>
>>>>  
>>>>
>>>> The application works fine after the migration in Firefox, but does not 
>>>> work in IE9.
>>>>
>>>>  
>>>>
>>>> The gwt module fails to load and I get the below error in IE9:
>>>>
>>>>  
>>>>
>>>> 00:45:05.664  [ERROR] Error while executing the JavaScript provider 
>>>> for property 'user.agent'
>>>>
>>>
>>> Do you see such an error in Internet Explorer Developer Tools (F12) ?
>>>
>>> While you're in the Developer Tools, what are the reported browser 
>>> compatibility and document compatibility?
>>> Is you HTML host page triggering "standards mode"? ("quirks mode" could 
>>> possibly cause such an error, given that IE would switch to IE5.5 Quirks 
>>> mode; in previous versions of GWT that would use the ie6 permutation, but 
>>> in 2.6 it's disabled by default)
>>>
>>>>   -- 
>>> 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 [email protected]<javascript:>
>>> .
>>> To post to this group, send email to 
>>> [email protected]<javascript:>
>>> .
>>> Visit this group at http://groups.google.com/group/google-web-toolkit.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to