Dyalog / ewc-client

Other
1 stars 4 forks source link

Grid generates CellMove events even when there is no movement #167

Closed mkromberg closed 7 months ago

mkromberg commented 7 months ago

Run DemoGrids, click in cell [1,1] of the grid and then press the right arrow many times. When you get to the last column, the client keeps sending

{"Event":{"ID":"F1.Holdings","EventName":"CellMove","Info":[1,6,0,0,0,""]}}

... even though we are not moving to a new cell ...

If you move all the way to the left, you start getting negative cell numbers, for example:

{"Event":{"ID":"F1.Holdings","EventName":"CellMove","Info":[2,-1,0,0,0,"DEFG"]}}