I discovered the problem, the keyboard is responding to the “currentRow” which is not the same as the selected row. The solution is that when I call selection.select(0) I also have to set currentRow=0
↧