Thank you for your response. And maybe a bit overdue but happy Newyear!

On 15-01-13 08:20, Martin Wittemann wrote:
> 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].
We have found an other solution to this problem and are now stepping 
trough table cells using the tab key.
>
>> 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?
I can reproduce it on the following systems:
OS X: 10.8.2: Chrome 24.0.1312.52
Ubuntu 11.10 x64: Firefox 18.0, Chrome 24.0.1312.52, Chromium 
23.0.1271.97 (23.0.1271.97-0ubuntu0.11.10.1)
Ubuntu 12.04 x64: Firefox 18.0, Chrome 23.0.1271.97

Are other people seeing this too?
>
> 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

Kind regards,
Martijn

------------------------------------------------------------------------------
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

Reply via email to