Hi List,

I've found a bug on updating qx.ui.basic.Image(). Even resetSource() neither 
setSource(null) works correctly on Win Chrome 3.0.195.38

Here is a playground script:

//snipp
var currentImg = new qx.ui.basic.Image();
currentImg.setScale(true);
currentImg.allowShrinkX=true;
currentImg.allowShrinkY=true;
currentImg.setMaxWidth(200);
currentImg.setMaxHeight(200);


this.getRoot().add(currentImg);
currentImg.setSource("http://resources.qooxdoo.org/images/sf_cca_finalist.png";);

​this.getRoot().add(bnt = new qx.ui.form.Button("RESET PIC"));
bnt.addListener('execute', function(e)
{
     currentImg.resetSource();             
});​
//snapp


regrads Sak
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to