Re: [qooxdoo-devel] The number 0 is not shown in table-cell with number renderer

2008-05-12 Thread Derrell Lipman
On Fri, May 9, 2008 at 5:47 AM, Fink, Andreas <[EMAIL PROTECTED]> wrote: > Hi all, > > I think I've found a Bug in the qx.ui.table.cellrenderer.Number class. > If I add the number 0 to a rendered cell using the number renderer, the > cell keeps empty. > > I've tracked down the issue and created th

[qooxdoo-devel] The number 0 is not shown in table-cell with number renderer

2008-05-09 Thread Fink, Andreas
Hi all, I think I've found a Bug in the qx.ui.table.cellrenderer.Number class. If I add the number 0 to a rendered cell using the number renderer, the cell keeps empty. I've tracked down the issue and created this patch, which works for me: Index: Number.js ==