Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NQ of a CellMove does not result in an event message #297

Open
mkromberg opened this issue Nov 24, 2024 · 0 comments
Open

NQ of a CellMove does not result in an event message #297

mkromberg opened this issue Nov 24, 2024 · 0 comments
Milestone

Comments

@mkromberg
Copy link
Collaborator

Run Demo_Issue296, and enter the following from the session:

      eNQ 'F1.VGRID' 'CellMove' 1 3 1

The server sends the following message:
{"NQ":{"Event":"CellMove","ID":"F1.VGRID","Info":[1,3,1],"NoCallback":0}}

The grid currently moves curcell as requested, but it does not generate an event. It should send something like:

{"Event":{"ID":"F1.VGRID","EventName":"CellMove","EventID":"e6206aff-cc5f-485f-b51e-9176e25b8d31","Info":[1,3,0,0,1,0,""]}}

Note that, although the Grid should NOT generate an event if you click in a cell which is already current, it SHOULD send an event in response to the NQ, even if the NQ specifies the cell which is already selected.

@mkromberg mkromberg added this to the Blocking milestone Nov 24, 2024
mqasim23 added a commit that referenced this issue Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant