Hi Hugh, I must test it. My solution to this problem is this:
table.setFocusedCell(table.getFocusedColumn() || 0, i, true); table.getSelectionModel().setSelectionInterval(i, i); I works well, so I didn't experiment with it alfter. Cheers - Petr 2008/12/23 Hugh Gibson <[email protected]>: >> I have table with default selection manager and I'm sometimes >> selecting rows myself using clearSelection(), >> setSelectionInterval(). >> Problem is, that table remembers old positions and when I move up or >> right after selecting different row, It will move against old row. > > Do you still have problems here? > > If so, as a first suggestion take a look at the comments in > http://bugzilla.qooxdoo.org/show_bug.cgi?id=889 > > I'm sorry that I haven't posted earlier as I've been letting messages > accumulate. Too busy programming! > > Hugh > > ------------------------------------------------------------------------------ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
