Dyalog / ewc-client

Other
1 stars 4 forks source link

Change event missing in DemoPassword #194

Closed mkromberg closed 3 months ago

mkromberg commented 4 months ago

In the Main branch, if you run DemoPassword, type a letter in the password field and click "OK", you get three events reported. For example:

{"Event":{"EventName":"KeyPress","ID":"F1.∆pP1.B31001","Info":["Z",90,90,1]}} {"Event":{"EventName":"Change","ID":"F1.∆pP1.B31001","Info":["F1.∆pP1.I99"]}} {"Event":{"EventName":"Select","ID":"F1.∆pP1.I99"}}

In the staging branch, only two events are sent:

33:29.846 R: #4: {"Event":{"EventName":"KeyPress","ID":"F1.∆pP1.B31001","Info":["Z",90,90,1]}} 33:31.644 R: #4: {"Event":{"EventName":"Select","ID":"F1.∆pP1.I99"}}