Hi there,
we are getting some js-errors in on multiple views with the build SmartClient_v111p_2017-08-30_Pro.
In SmartClient_v111p_2017-08-29_Pro it works normal.
The script is not responding anymore. (Line numbers are from modules_debug)

I'm currently inspecting this further to get some small testcase. I'll post a testcase as soon as I have reproduced the circumstances.
Best regards
we are getting some js-errors in on multiple views with the build SmartClient_v111p_2017-08-30_Pro.
In SmartClient_v111p_2017-08-29_Pro it works normal.
The script is not responding anymore. (Line numbers are from modules_debug)

Code:
...
if (focusCanvas._keyboardEventsDisabled) {
var parent = focusCanvas.getParentCanvas();
--------> while (parent != null) {
if (parent.componentMaskShowing) {
parent.componentMask._maskedFocusCanvas = focusCanvas;
break;
}
parent.getParentCanvas();
}
} else {
...
Best regards
Comment