Try it & see if narrowing the ImageBundle solves the issue.  If that's the
case, file a bug since that's not something you should be worrying about, &
something the generator should know in the GWT code so as to automagically
solve the problem for you.  And if it can't (which is unlikely), then there
should at least be a note in the Javadoc.

On Mon, Apr 13, 2009 at 3:48 PM, Mark McCall <[email protected]> wrote:

>
> Any takers?
>
> On Apr 8, 9:03 am, markmccall <[email protected]> wrote:
> > I recently encountered an issue where the contents of an ImageBundle
> > were not being displayed at all, but only under Vista and IE7.  Using
> > XP with IE6, IE7, FireFox 2, FireFox 3 the contents of the ImageBundle
> > displayed with no problems.  There are second hand reports that it
> > worked under Vista and IE8, but I have not seen it myself.
> >
> > I ruled out file size as the limiting factor sense I have other
> > ImageBundles that worked properly, yet their file size was larger than
> > the offending ImageBundle.  After some experimenting it APPEARS that
> > IE7 under Vista imposes a limit of 2048 pixels for the width of a PNG
> > that is being displayed using the AlphaImageLoader Filter.  As soon as
> > the ImageBundle width exceeds 2048 pixels, it fails to appear.
> >
> > The obvious work around was to break up the ImageBundle to reduce it's
> > width.
> >
> > Has anybody else encountered this?  Is this something that I should
> > have already known about?
> >
> > Thanks,
> > Mark McCall
> >
>

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