adam3342
20 Jul 2010, 7:56 PM
Win Xp
ExtJs 3.2.2
Hi,
I found a bug, the formatted result of Ext.util.Format.number(val,'0,0.00') in IE does not consist with the one in Firefox for the value between -0.01 and 0.01.
For example:
-0.0051, 0.0051 will be formatted as -0.01, 0.01 in FF, whereas -0.00, 0.00 in IE
Thanks,
Adam
ExtJs 3.2.2
Hi,
I found a bug, the formatted result of Ext.util.Format.number(val,'0,0.00') in IE does not consist with the one in Firefox for the value between -0.01 and 0.01.
For example:
-0.0051, 0.0051 will be formatted as -0.01, 0.01 in FF, whereas -0.00, 0.00 in IE
Thanks,
Adam