BE CAREFUL when copying code from this page - Thomas Broyer's comment
has an error.

The correct meta tag to add is

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

be sure the first attribute is http-equiv, not name!

(wasted 20 minutes on this)

I can confirm that this tag fixes the problem with ImabeBundle.

Be sure to read http://msdn.microsoft.com/en-us/library/cc288325.aspx
for more info.  As it says, this meta tag must appear before any
element in in the <head> except <title> and/or other <meta> tags.
(This makes sense, because the browser needs to process this tag prior
to interpreting the stylesheets).



On May 1, 8:38 am, Ken Kahn <[email protected]> wrote:
> Thanks to both of you. Fixed my problem as well.
>
> I noticed that the Rich Text sample in the GWT Showcase usesImageBundleand it 
> seems to work fine inIE8without compatibility
> mode. I have yet to find time to track down what is different in my
> case.
>
> -ken
>
> On Apr 30, 3:31 am, Dominik Steiner <[email protected]>
> wrote:
>
> > Thanks for the tip Thomas,
>
> > just to amend/aggragate something i found out that you have to add the
> > meta tag to the head section before any other elements and the meta
> > tag i added was
>
> > <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
>
> > HTH
>
> > Dominik
>
> > On 15 Apr., 03:56, Thomas Broyer <[email protected]> wrote:
>
> > > On 14 avr, 18:41, "[email protected]" <[email protected]>
> > > wrote:
>
> > > > Greetings,
>
> > > > Only inIE8with compatibility mode off do I see the images in the
> > > >ImageBundledisplayed 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 inIE8'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 inIE8.  This email is not about that issue... ". But
> > > > then nothing more about this.
>
> > > > Suggestions?
>
> > > AskIE8to 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">
>
> > > Seehttp://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to