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