Announcement

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

    error while editing grid...

    SmartClient Version: v10.0p_2014-11-25/EVAL Deployment (expires 2015.01.24_09.43.24) Licensed to: Isomorphic Software (#ISC_EVAL_NIGHTLY)

    Chrome, Safari

    Hello, after some editing on a pretty complex grid, I get this error:
    Code:
    16:44:06.824:XRP5:WARN:Log:TypeError: undefined is not a function (evaluating 'item._getOldValue()')
    Stack from error.stack:
    dataChanged@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Grids.js?isc_version=v100p_2014-10-08.js:32535:62
    https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Grids.js?isc_version=v100p_2014-10-08.js:31964:33
    observation@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:7277:33
    _doneChangingData@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:45895:25
    _handleNewData@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:45084:27
    fetchRemoteDataReply@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:44926:28
    fireCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:6597:37
    fireCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:8403:44
    fireResponseCallbacks@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:18110:51
    _completeResponseProcessing@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:18061:35
    _handleSCServerReply@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:55542:41
    fireCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:6597:37
    fireCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:8403:44
    fireReplyCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:39617:54
    fireReplyCallbacks@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:39684:35
    performOperationReply@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:39609:39
    _performTransactionReply@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:39500:39
    performTransactionReply@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_DataBinding.js?isc_version=v100p_2014-10-08.js:38792:38
    anonymous
    fireCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:6597:37
    performXmlTransactionReply@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:30297:22
    anonymous
    fireCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:6600:41
    _fireXMLCallback@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:29975:27
    loadFunc@https://localhost:8443/Eleven/isomorphic/system/modules-debug/ISC_Core.js?isc_version=v100p_2014-10-08.js:30202:42
    with the Chrome inspector debugger, I've verified that actually the item which raises the error (because item._getOldValue is undefined) is a field which is NOT editable (there is a canEditCell function which determines this)

    any clues on why this happens? is it a framework bug?

    EDIT: sorry for the wrong versioning string, but the SmartClient version was actually v10.0p_2014-11-25
    Switching back to v10.0p_2014-11-20 the error disappear.
    Last edited by claudiobosticco; 27 Nov 2014, 01:49.

    #2
    It seems that this error (which I didn't succeed in reproducing in a test case) was the same as http://forums.smartclient.com/showpost.php?p=126796&postcount=9

    and actually it seems that I can't reproduce it anymore with more recent builds (v100p_2014-11-27).

    Comment


      #3
      Thanks for the follow up. Yes - we made a change to resolve this issue already.
      If it rears its head again, please do let us know and we'll take another look

      Regards
      Isomorphic Software

      Comment

      Working...
      X