I have a qx.ui.table.Table with qx.ui.table.model.Remote behind it. On the server side 1500 elements in collection. When I scroll slowly down everything is fine. When I scroll back in the middle I can only see empty rows and first 100 on top.
My qx.ui.table.model.Remote._loadRowData is simply not called while scrolling up. Second issue is when scrolling really fast (with mouse scroll) table content is loaded incorrectly. Rows 0-49 are loaded then few empty rows and rows 305-405 at the very end of the table. Row count is showing correct value. Third issue is when I remove rows from top, say first 50 one by one, table is nearly empty but showing rows every first of blockSize so for ex. 100, 200, 300, and so on. Anyone faced those problems before? -- View this message in context: http://qooxdoo.678.n2.nabble.com/Table-with-Remote-model-not-refreshing-tp5560582p5560582.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
