Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    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.

    Best regards

    #2
    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.

    Comment


      #3
      Thanks for the very fast reply.
      Therefore I pass on the testcase.

      Best regards

      Comment


        #4
        Hi Isomorphic,

        Originally posted by Isomorphic View Post
        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 :)

        Best regards
        Blama

        Comment

        Working...
        X