Announcement

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

    Scripting Error

    Hi,

    Using 8.3p Pro from 01/17/2013, I get a scripting error. To better track
    it down, I re-ran our app using 'modules-debug' and this is the module
    and line number where it fails:

    _addOperationType is null or not an object
    ISC_DataBinding.js @ line 41920

    Here's the stack trace when the problem occurs:

    Code:
    isc.EditorActionMethods.addInterfaceMethods.getSaveOperationType (ISC_DataBinding.js:41920)
    isc.EditorActionMethods.addInterfaceMethods.isNewRecord (ISC_DataBinding.js:41851)
    isc.FormItem.addMethods._performValidateOnEditorExit (ISC_Forms.js:24832)
    isc.FormItem.addMethods.handleEditorExit (ISC_Forms.js:24793)
    isc.FormItem.addMethods.checkForEditorExit (ISC_Forms.js:24618)
    isc.FormItem.addMethods.handleEditorEnter (ISC_Forms.js:24850)
    isc.FormItem.addMethods.elementFocus (ISC_Forms.js:24490)
    isc.DynamicForm.addMethods.bubbleItemHandler (ISC_Forms.js:11613)
    isc.DynamicForm.addMethods.elementFocus (ISC_Forms.js:11832)
    isc.FormItem.addMethods._nativeElementFocus (ISC_Forms.js:24415)
    isc.Class.addClassMethods.invokeSuper (ISC_Core.js:5207)
    isc.Class.addClassMethods.Super (ISC_Core.js:5052)
    isc.TextItem.addMethods._nativeElementFocus (ISC_Forms.js:31724)
    isc.FormItem.addClassMethods.__nativeFocusHandler (ISC_Forms.js:13437)
    isc.FormItem.addClassMethods._nativeFocusHandler (ISC_Forms.js:13416)
    isc.FormItem.addMethods.focusInItem (ISC_Forms.js:24291)
    isc.DynamicForm.addMethods.focusInItem (ISC_Forms.js:11069)
    isc.DynamicForm.addMethods.setFocus (ISC_Forms.js:10883)
    isc.Canvas.addMethods.focus (ISC_Core.js:50848)
    isc.Class.addClassMethods.fireCallback (ISC_Core.js:5447)
    isc.Timer.addClassMethods._fireTimeout (ISC_Core.js:24044)
    (anonymous function) ((program):1)
    Our code worked A1 using 8.2p LGPL, but we are now migrating to 8.3p Pro.

    Any idea ?

    Thanks,

    #2
    We have made a change which we believe may address this (we fixed an issue whereby 'getSaveOperationType()' would fail if no request properties were passed in - the most likely culprit for this issue)

    Please try the next nightly build. If the problem persists, we may need to see a reproducible case

    Thanks
    Isomorphic Software

    Comment


      #3
      Looks good. Build from Jan 21st doesn't have that scripting error anymore.

      Thanks!

      Comment

      Working...
      X