On 9/17/07, westor <[EMAIL PROTECTED]> wrote: > > Fabian, I solved my row order problem, and also the row select in FF works > well, if I use the solution of Dietrich: > this.getSelectionModel().getSelectedRanges()[0].minIndex > But I have still a question regarding the celleditor. Please have a look at > my question "Table DataCellRenderer problem in legacy 0.7.x" - is this > because of the new interface? I have no glue, why long lines are not wrapped > in this version. > Last, but not so burning for me: Is there already a solution for the > "celleditor at the wrong place" problem?
Fabian just checked in changes to Table to use div tags again (as was done previously) instead of HTML tables. He has found, as I did when I experimented with it, that HTML tables are impossible to work with when you need explicit row and cell sizes. (I had also determined that divs were faster than HTML tables in IE; I don't know about firefox.) Anyway, check out latest code and see how things work for you now. I haven't tried it; I just saw his check-ins. Derrell ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
