Announcement

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

    js error in latest build

    SmartClient Version: SNAPSHOT_v11.1d_2017-04-04/Enterprise Deployment (built 2017-04-04)

    Chrome on OSX

    Hello, there's a js error in the latest build when I load my application, in ISC_Core.js:

    Code:
    *17:22:05.341:WARN:Log:TypeError: isc.SA_Page.$o is not a function
    Stack from error.stack:
        [c]EventHandler.handleLoad(<no args: exited>) @ ISC_Core.js:1780:116
    in modules-debug/ISC_Core.js the error is:
    Code:
    ISC_Core.js?isc_version=v111d_2017-03-17.js:84390 Uncaught SyntaxError: Unexpected token =
    and the line of code is this:
    Code:
            this._objSrc= = "<object src='";    // variant for .svg src

    #2
    Thanks for the notification. We have fixed the coding error that caused this.
    It wasn't causing an "out of the gate crash" in our testing but since it clearly is in at least some cases (which you are hitting), we're also pulling the April 5 nightly builds for now. Barring unforseen other problems, a fresh build without this problem should be available tomorrow (April 6)

    Regards
    Isomorphic Software

    Comment

    Working...
    X