There are two important problems in DemoScroll that need to be fixed:
1) CurCell is not accurately reported, it stays at [1,1] no matter how you move around the grid (also reported in #130)
2) The cursor moves within the row labels and columns 1-9. It should not enter the row labels, but move in columns 1-10.
The current cell is reported in the APL session after each keypress:
There are two important problems in DemoScroll that need to be fixed:
1) CurCell is not accurately reported, it stays at [1,1] no matter how you move around the grid (also reported in #130) 2) The cursor moves within the row labels and columns 1-9. It should not enter the row labels, but move in columns 1-10.
The current cell is reported in the APL session after each keypress:
{"Event":{"EventName":"KeyPress","ID":"F1.VGRID","Info":["ArrowLeft",65,37,0]}} {"WG":{"ID":"F1.VGRID","Properties":["CurCell"],"WGID":"153"}} {"WG":{"ID":"F1.VGRID","Properties":{"CurCell":[1,1]},"WGID":"153"}} CurCell: 1 1 KeyPress: LC 0 37 0