Dyalog / ewc-client

Other
1 stars 4 forks source link

Setting SelText overwrites Text #222

Closed mkromberg closed 3 months ago

mkromberg commented 3 months ago

Steps to reproduce:

1) Start the client application in the Linux VM 2) When you get to the password screen, notice that the password field already contains more than one character due to this error 3) Go to the session menu and select Action | Strong Interrupt 4) Hopefully it will stop at w[125] 5) Execute 'FpP1.∆pP1.B31001' #.xWS 'SelText' (4 5) 6) Execute 'FpP1.∆pP1.B31001' #.xWG 'Text' and see that Text contains "4,5"

Note that you can run (FpP1.HR.ShowDevTools 1) after step 4