On 14 avr, 18:41, "[email protected]" <[email protected]>
wrote:
> Greetings,
>
> Only in IE8 with compatibility mode off do I see the images in the
> ImageBundle displayed in the right location but other images from the
> bundle are displayed to the left of the displayed image. In other
> words it isn't clipping the bundle to the left. In compatibility mode
> it works fine and it works in IE7, FF3, Opera, and Safari.
>
> This a problem in 1.6.4 and 1.5.3.
Other things will break in IE8's "super standards" mode.
> I've looked for previous discussions of this and found
>
> http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...
>
> where Janie says "I'm trying to track down an issue with ImageBundles
> that I'm having in IE8. This email is not about that issue... ". But
> then nothing more about this.
>
> Suggestions?
Ask IE8 to use the appropriate mode by including the corresponding
HTTP response header or <meta> to your HTML host page; e.g.
<meta name="X-UA-Compatible" content="IE=EmulateIE7">
See http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---