I have a program at jsfiddle.net, which uses the webtoolkit jquery plugin to make a table be scrollable. It works for IE and FF, but not Chrome. I'm not worried about it not working in Chrome. My problem is that I'm giving the user the ability to use their arrow keys to move to the selected cell.
Q: How do I scroll the table if the user presses the down arrow key too many times?