True, I changed the DOCTYPE tag and also removed the compatibility tag from
the host page.
It works well.

Thanks again!


On Thu, Mar 20, 2014 at 11:18 AM, Thomas Broyer <[email protected]> wrote:

>
>
> On Thursday, March 20, 2014 11:03:33 AM UTC+1, manu wrote:
>>
>> I added the following lines in my host html page
>>
>>
>> *<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">*
>>
>
> Why make things more complex than they need to be: just stick to <!DOCTYPE
> html>, it's the smallest DOCTYPE that triggers Standards Mode; easy to
> remember, hard to get wrong.
>
>
>> *<meta http-equiv="X-UA-Compatible" content="IE=8,9" > *
>>
>
> I don't think you can use that value, or possibly IE will read it as IE=8
> and discard the 9.
> If you really need to, then just use IE=9, and IE8 will pick its highest
> mode.
> But GWT 2.6.0 works well with IE10 and IE11 in their respective modes, so
> I'd just not use that tag, or use IE=Edge (or possibly IE=11 if you're
> worried about breakages when IE12 will be out the doors).
> See http://msdn.microsoft.com/en-us/library/ie/jj676915(v=vs.85).aspx
>
> --
> 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.
>

-- 
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