Development
Subject: Re: [qooxdoo-devel] qx.ui.basic.Image reset bug
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
mailto:alexander.ste...@1und1.de>> wrote:
Hi,
I can confirm this issue. Can you
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
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 d
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 updatin
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.allow