Re: [qooxdoo-devel] Table and Up/Down keys

2008-09-23 Thread Oleksiy Golovko
Derrell, sorry for the false alarm, the problem was in firebug script tab, once i disabled it - i see the old behavior is here. Thanks, Oleksiy Derrell Lipman wrote: > On Tue, Sep 23, 2008 at 9:13 AM, Oleksiy Golovko <[EMAIL PROTECTED] > > wrote: > > > T

Re: [qooxdoo-devel] Table and Up/Down keys

2008-09-23 Thread Derrell Lipman
On Tue, Sep 23, 2008 at 9:13 AM, Oleksiy Golovko <[EMAIL PROTECTED]> wrote: > > The thing is that Table does not receive keypress events constantly > while user is holding a key (or handler is not called constantly?). I.e. > when you hold say 'Down' key, then 1-3 times it receives 'keypress' and >

Re: [qooxdoo-devel] Table and Up/Down keys

2008-09-23 Thread Oleksiy Golovko
Derrell, Thank you for the reply, but perhaps you could still help me if you're familiar with qooxdoo event system/queue. I investigated the code of Table and related classes (Pane etc.), put some debugger messages and noticed that problem might be not in Table but in the event dispatching mec

Re: [qooxdoo-devel] Table and Up/Down keys

2008-09-23 Thread Derrell Lipman
On Tue, Sep 23, 2008 at 8:07 AM, Oleksiy Golovko <[EMAIL PROTECTED]> wrote: > Currently I'm porting my application to qooxdoo 0.8. And I noticed the > strange behavior of table together with Up/Down keys (comparing to > 0.7.4). When I hold Up/Down key on the Table in 0.7.4 version => > selection g

Re: [qooxdoo-devel] Table and Up/Down keys

2008-09-23 Thread Oleksiy Golovko
Additional information: This behavior doesn't appear always, in 30%-40% of cases it works as expected, browser: firefox 3 on linux. Oleksiy Golovko wrote: > Hi, > > Currently I'm porting my application to qooxdoo 0.8. And I noticed the > strange behavior of table together with Up/Down keys (co

[qooxdoo-devel] Table and Up/Down keys

2008-09-23 Thread Oleksiy Golovko
Hi, Currently I'm porting my application to qooxdoo 0.8. And I noticed the strange behavior of table together with Up/Down keys (comparing to 0.7.4). When I hold Up/Down key on the Table in 0.7.4 version => selection gets moved even before I release the key, in 0.8 you have to release key and