Does this look like an oversight to you guys? There *is* an
addErrorHandler() method, so I assume it's meant to fire those events. Is
there code somewhere that's supposed to sink the ONERROR event on-demand,
perhaps?

On Thu, Feb 26, 2009 at 1:20 PM, aris <ari09845...@gmail.com> wrote:

>
> Hello
> Using latest build #4880 I can’t reproduce this in a small sample, but
> in a big project some ImageBundle images have a 3D border… this
> happenes only on IE, I think the problem is that the ImageBundle is
> setting an invalid URL and then setting the clear.gif image using the
> “onerror” event, but the ClippedState() class is sinking 4 events but
> not the ONERROR event.
>
> In class Image.java on line 111:
>      image.sinkEvents(Event.ONCLICK | Event.MOUSEEVENTS |
> Event.ONMOUSEWHEEL | Event.ONLOAD);
>
> it should be
>      image.sinkEvents(Event.ONCLICK | Event.MOUSEEVENTS |
> Event.ONMOUSEWHEEL | Event.ONLOAD | Event.ONERROR);
>
> Thanks
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to