This is actually a problem in the way they have implemented
ImageResource in IE.  It is not scalable as the Gecko and Webkit
implementations are.  In order to make it scalable you will have to
add the repeat both annotation on it, which will keep the generator
from bundling it with other images in the IE implementation.  This
also shouldn't effect performance in the Gecko and Webkit
implementations, but it will increase load time in the IE
implementation as a new image will be generated for every resource.

On Aug 11, 7:00 am, Sean <[email protected]> wrote:
> I have a widget that dynamically makes medals. What it does is takes
> the place they are in (1st,2nd...) and gets the right color background
> medal from a ClientBundle, then using the same Client Bundle it
> creates the number from the ClientBundle, which has the #'s 0-9 in it.
> If it's 10, it grabs 1 and 0, and scales them accordingly. It takes
> all these images and arranges them on an Absolute Panel to center
> everything and it works amazingly well.
>
> Except of course on IE. When on IE it looks like it takes the whole
> ImageBundle and smooshes it together with all transparency lost of
> course. I am SO sick of IE. I like to do lots of things with Images
> and Bundles and I find IE messes it up almost every-time.
>
> Is there anyway around this or should I check for the user using IE
> and warn them their browser sucks and my site won't always render
> correctly using it?

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