Dyalog / ewc-client

Other
1 stars 4 forks source link

Incorrect CurCell reported in DemoScroll #223

Closed mkromberg closed 2 months ago

mkromberg commented 3 months ago

Run DemoScroll.

Click in cell 1/10: no events are reported at all. Click in 1/9, CellMove is reported to [1,10]

Put the cursor in cell "1/10" and press "right arrow". Note: WG CurCell reports [1,11] although the grid only has 10 columns: {"WG":{"ID":"F1.VGRID","Properties":{"CurCell":[1,11]},"WGID":"258"}} Also note that after Proceed is sent, the active cell is now [1,9].

If "down arrow" is pressed in cell "10/1", CurCell is reported as [10,2].