Problems with Modal form and TWebInputMessageDlg

I have a form1 and a button button1 on it. Wenn pressing button1, a second form (form2) is showed modally. On form2 is a button (button2) and a TWebInputMessageDlg. When pressing button2, the InputMessageDlg is opened.

Now, 2 errors show up:

  1. When typing in the Input area, all chars entered are sent to form1.keypressed (!)
  2. When closing the Input by ESC, not only the Input dialog, but also form2 closes.

See attached sample project.
d12test3webcore.zip (12.8 KB)

We solved both issues. Next update will address this.