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

No Scroll events are sent until a Grid cell move has happened #298

Open
mkromberg opened this issue Nov 24, 2024 · 1 comment
Open

No Scroll events are sent until a Grid cell move has happened #298

mkromberg opened this issue Nov 24, 2024 · 1 comment
Milestone

Comments

@mkromberg
Copy link
Collaborator

Open the Transactions form and click on the right scrollbar arrow-head. Note that no scroll event is transmitted. Now click in cell [1,2] and click on the arrow-head again. A scroll event is now produced:

{"Event":{"EventName":"Scroll","ID":"F0000.App.⍙3S13.Y1","Info":[1,3]}}

The request to move to position 3 is correct, because when cell [1,2] was selected, the server sent:

{"WS":{"ID":"F0000.App.⍙3S13.Y1","Properties":{"Thumb":2}}}

However, as recorded in issue #296, the visible Thumb is not moved.

@mkromberg mkromberg added this to the Blocking milestone Nov 24, 2024
@mkromberg
Copy link
Collaborator Author

P.S. There should be no connection between the grid and the scroll object, but the callback on CellMove updates the Thumb property of the scroll, perhaps this is what makes it start working.

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