Error: alert javascript + input form

The input form works when the javascript alert is not executed. when the alert is executed, it is not allowed to enter data into the input form, it is necessary to minimize the program and maximize it and it works.

code:

function error(){
alert(“now it stops working input form”);
}

type=“text” name=“textfield”
input type=“submit” name=“Submit” value=“Press” onClick=“error();”

Your issue might be related to this:

This should be fixed in the next release of ExeOutput with an updated CEF engine.

Problem fixed in ExeOutput 2019.1