Announcement

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

    changelog js error in chrome

    hello, I just noticed that http://www.smartclient.com/changes/?...t&version=11.0 Chrome in OSX raises an error when I change the select to 10.1:
    Code:
    *14:56:38.510:TMR6:WARN:Log:TypeError: Cannot read property 'indexOf' of null
    Stack from error.stack:
        Arra.sortByProperties(<no args: exited>) @ ISC_Core.js:1215:52
        Arra.setSort(<no args: exited>) @ ISC_Core.js:1204:13
        Tree.getChildren(<no args: exited>) on [Tree ID:mainViewer_featureGrid_groupTree] @ ISC_Grids.js:110:82
        Tree._getOpenListAsync(<no args: exited>) on [Tree ID:mainViewer_featureGrid_groupTree] @ ISC_Grids.js:185:14
        Tree._getAllNodesAsync(<no args: exited>) on [Tree ID:mainViewer_featureGrid_groupTree] @ ISC_Grids.js:192:402
        Tree._getNodeListAsync(<no args: exited>) on [Tree ID:mainViewer_featureGrid_groupTree] @ ISC_Grids.js:192:132
        Selection._getItemListAsync(<no args: exited>) on [Selection ID:mainViewer_featureGrid_selection] @ ISC_Grids.js:297:312
        Selection._cacheSelectionAsync(<no args: exited>) on [Selection ID:mainViewer_featureGrid_selection] @ ISC_Grids.js:254:18
        ListGrid._regroupCacheSelectionModel(<no args: exited>) on[ListGrid ID:mainViewer_featureGrid] @ ISC_Grids.js:2900:529
        [c]Class.fireCallback(_1=>Obj, _2=>null, _3=>null, _4=>null, _5=>true) on [Class Timer] @ ISC_Core.js:305:104
        Timer._fireTimeout(_1=>"$ir77", _2=>80, _3=>undef) on [Class Timer] @ ISC_Core.js:1436:166
        <anonymous>() @ ISC_Core.js:1433:40
    No problem with Safari.

    BTW, there's an ETA for the 11.0 changelog? Or at least a text file available in the SDK?

    #2
    We're not able to reproduce this issue in the latest version of Chrome on OS X, but we've added a null check at the spot reported in your error stack to SGWT 6.0p/SC 11.0p and newer. It will be the nightly builds dated 2016-08-06 and beyond.

    Comment

    Working...
    X