action done. see the bug comment. In summary : can't reproduce it using the playground but can reproduce it locally. I'm working on a minimal code snipset.
On Apr 22, 2009, at 12:07 PM, Fabian Jakobs wrote: > Hi Jean-Baptiste, >> http://bugzilla.qooxdoo.org/show_bug.cgi?id=2262 >> >> I just wonder if one of us can reproduce it without special code : >> just a 100 pixels table height with 3 lines in it (under FF/Windows). >> > I was not able to reproduce the bug. I use the following code snippet > (works in the playground): > > // Create the initial data > var rowData = [ > [1], [2], [3] > ]; > > // table model > var tableModel = this._tableModel = new qx.ui.table.model.Simple(); > tableModel.setColumns([ “ID”]); > tableModel.setData(rowData); > > // table > var table = new qx.ui.table.Table(tableModel); > this.getRoot().add(table) > > table.set({ > height: 98 > }); > > > Can you tweak it to make it fail? > > > Best Fabian > > -- > Fabian Jakobs > JavaScript Framework Developer > > 1&1 Internet AG - Web Technologies > Ernst-Frey-Straße 9 · DE-76135 Karlsruhe > Telefon: +49 721 91374-6784 > [email protected] > > Amtsgericht Montabaur / HRB 6484 > Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, > Thomas Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning > Kettler, Dr. Oliver Mauss, Jan Oetjen > Aufsichtsratsvorsitzender: Michael Scheeren > > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
