Uncaught TypeError when esc key press during TWebMessageDlg.ShowDialog

Hi,
I have the following code:

Result := await(TModalResult, WebMessageDlg.ShowDialog(LMessage, mtConfirmation, [mbYes, mbNo, mbCancel]));

When I press esc to close the dialog I receive the following exception:

ERROR
Uncaught TypeError: Cannot use 'in' operator to search for '4' in undefined | TypeError: Cannot use 'in' operator to search for '4' in undefined at Object.HandleKeyDown

Same issue exists when any form is shown as popup/modal.

This was already fixed. I cannot reproduce this with our latest internal build.
We are working to release an update as soon as possible.

Thanks Bruno

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.