Re: Problems with ImageBundle in IE8 when not in compatibility mode

2010-12-16 Thread Salman Hemani
This does not work for me. I am using Win7.
 
Also, Alex your syntax is incorrect. There is no "/" before ">" and the 
correct tag should be: 
 

 
Anyhow, this is not working for me. Any other suggestions?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Problems with ImageBundle in IE8 when not in compatibility mode

2009-05-16 Thread Alex Epshteyn

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

The correct meta tag to add is



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  except  and/or other  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  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 
> 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
>
> > 
>
> > HTH
>
> > Dominik
>
> > On 15 Apr., 03:56, Thomas Broyer  wrote:
>
> > > On 14 avr, 18:41, "toont...@googlemail.com" 
> > > 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  to your HTML host page; e.g.
>
> > >    
>
> > > 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Problems with ImageBundle in IE8 when not in compatibility mode

2009-05-01 Thread Ken Kahn

Thanks to both of you. Fixed my problem as well.

I noticed that the Rich Text sample in the GWT Showcase uses
ImageBundle and it seems to work fine in IE8 without 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 
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
>
> 
>
> HTH
>
> Dominik
>
> On 15 Apr., 03:56, Thomas Broyer  wrote:
>
> > On 14 avr, 18:41, "toont...@googlemail.com" 
> > 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  to your HTML host page; e.g.
>
> >    
>
> > 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Problems with ImageBundle in IE8 when not in compatibility mode

2009-04-29 Thread Dominik Steiner

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



HTH

Dominik

On 15 Apr., 03:56, Thomas Broyer  wrote:
> On 14 avr, 18:41, "toont...@googlemail.com" 
> 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  to your HTML host page; e.g.
>
>    
>
> 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Problems with ImageBundle in IE8 when not in compatibility mode

2009-04-15 Thread Thomas Broyer



On 14 avr, 18:41, "toont...@googlemail.com" 
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  to your HTML host page; e.g.

   

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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Problems with ImageBundle in IE8 when not in compatibility mode

2009-04-14 Thread aris

I have the same problem. It doesn't work on IE8 (it works on
compatibility mode)
(I'm using latest build from SVN)

On Apr 14, 1:41 pm, "toont...@googlemail.com"
 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.
>
> 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?
>
> -ken
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Problems with ImageBundle in IE8 when not in compatibility mode

2009-04-14 Thread toont...@googlemail.com

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.

I've looked for previous discussions of this and found

http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/e992a62fedc9e974

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?

-ken
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---