Dear GWT-contributors, I create a bug report on ImageBundle here. http://code.google.com/p/google-web-toolkit/issues/detail?id=3573&sort=-id
After doing some extra investigation I noticed 2 things: 1) When I use Image(<url>) instead of an ImageBundle my example app leaks as well. 2) If I use Image.prefetch(<url>) then the Image(<url>) does not leak anymore I read about the memory leak and memory usage blaming the Alpha blending technique in IE6/IE7 and also the clipping settings. But how come that the Image.prefetch which loads the same PNG with alpha channel does not leak... and why does ImageBundle and Image without prefetch not use the same tricks as done in prefetch ? No need to start using VML or other tricks then. David --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
