Hello

We are bitten by this issue too under Firefox 3.6.13. Was the bug open ?

Jean-Noel



On Tue, Feb 2, 2010 at 2:07 PM, Alexander Steitz
<[email protected]>wrote:

> Hi,
>
> I can confirm this issue. Can you please open a bug report for this one?
> Just
> add the sample code to the description to easily track down this issue.
>
> Many thanks for reporting!
>
> cheers,
>  Alex
>
> On Tuesday February 2 2010 12:55:45 Mustafa Sak wrote:
> > 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.p
> > ng");
> >
> > this.getRoot().add(bnt = new qx.ui.form.Button("RESET PIC"));
> > bnt.addListener('execute', function(e)
> > {
> >      currentImg.resetSource();
> > });
> > //snapp
>
>
> ------------------------------------------------------------------------------
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to