You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
The text was updated successfully, but these errors were encountered: