Please open a bug in Bugzilla so that this bug report doesn't get lost.
Mike Rea wrote: > > Just discovered an irregularity with number formatting. It showed up in > one of my tables. I encountered this in version 6.1 (SDK). > > The default number formatting functionality is rendering decimal numbers > incorrectly, in just 1 case. > > For numbers between 9.0 and 9.99999, it is rendering 9..y instead of 9.xy > Note the presense of two decimal points. > > For example, a value of 9.678698791250449 should be rendered as 9.68. > Instead, it is being rendered as 9..8. The first digit to the right of > the decimal appears as if it is being replaced with an extra decimal. > > The bug can be recreated using qooxdoo test case > "...html/test/Table_4.html" > > I changed this line > > rowData.push([ row, Math.random() * 10000, date, (Math.random() > 0.5) ]); > > to > > rowData.push([ row, Math.random() * 10, date, (Math.random() > 0.5) ]); > > to get more instances of numbers between 9 & 10. > -- View this message in context: http://www.nabble.com/Bug%3A--Number-formatting-9.xy-rendered-as-9..y-tf2578740.html#a7194905 Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
