Yes, there was a regression in builds dated August 30, and those builds have already been pulled from the builds website.
Please use the build from August 29 instead, until today's build arrives.
Ah, I was wondering why the showcase runs August 30 and the download only contains August 29, but that explains it :)
Infinite loop in build SmartClient_v111p_2017-08-30_Pro
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)
Code:
...
if (focusCanvas._keyboardEventsDisabled) {
var parent = focusCanvas.getParentCanvas();
--------> while (parent != null) {
if (parent.componentMaskShowing) {
parent.componentMask._maskedFocusCanvas = focusCanvas;
break;
}
parent.getParentCanvas();
}
} else {
...
I'm currently inspecting this further to get some small testcase. I'll post a testcase as soon as I have reproduced the circumstances.
Leave a comment: