Hey, > > We found a very useful feature of the table to step trough cells to edit > them, with the enter key (implemented here [1]). Only our use case needs > horizontal stepping trough cells. How can we implement this? Is there a table > property to change the stepping direction? No, I don't see a good change to change that right now. The only way would be to subclass the table and override the _onKeyPress method and change the values in the line you added to that mail [1].
> As I was searching I came across a Qooxdoo playground example[2] and noticed > something that looked like a bug. If you open the playground example and > click the upper right cell to edit. Then when pressing the enter key the > focus jumps one additional line further. By removing keydown listener here[3] > on my dev machine I can fix it. I was not able to find out what the listener > does, can anybody explain me what the listener does? Could not reproduce that in my environment (Chrome / OSX). Pressing enter moved the selected filed on line below. Could you check in Chrome as well so that we can see if its a browser dependent behavior? Regards, Martin ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
