Announcement

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

    Firefox ListGrid bug

    Hi,

    I'm seeing a Firefox only issue. Doesn't happen in IE7 at least. Are you able to decipher why this error is happening from the Firebug stacktrace? Or, do you need me to try to dig further?

    Code:
    this.$519 has no properties
    http://localhost:8080/dev/isoversion/6.5/isomorphic/system/modules/ISC_Grids.js?isc_version=6.5.js
    Line 633
    
    
    this.$519 has no properties
    518(0)ISC_Grids.js (line 633)
    redraw("Showing editor", undefined, undefined, undefined)ISC_Grids.js (line 626)
    32s(1, 0)ISC_Grids.js (line 1120)
    showInlineEditor(1, 0, true, true, undefined)ISC_Grids.js (line 1113)
    31u(1, 0, undefined)ISC_Grids.js (line 1101)
    aq(0, 5, "programmatic", true)ISC_Core.js (line 57)
    fireCallback("if((success||!this.stopOnErrors)&&(this.$32p==1211490747156))this.$31u(1,0);", "rowNum,colNum,editCompletionEvent,success", [0, 5, "programmatic", 1 more...],[ListGrid ID:fundAssetQuickAddGrid] ns=Object ID=fundAssetQuickAddGrid headerHeight=36, undefined)ISC_Core.js (line 264)
    fireCallback("if((success||!this.stopOnErrors)&&(this.$32p==1211490747156))this.$31u(1,0);", "rowNum,colNum,editCompletionEvent,success", [0, 5, "programmatic", 1 more...], undefined)ISC_Core.js (line 356)
    332("if((success||!this.stopOnErrors)&&(this.$32p==1211490747156))this.$31u(1,0);", 0, 5, "programmatic", true)ISC_Grids.js (line 1457)
    saveEdits("programmatic", "if((success||!this.stopOnErrors)&&(this.$32p==1211490747156))this.$31u(1,0);", 0, 5, undefined)ISC_Grids.js (line 1414)
    32l(1, 0, "programmatic")ISC_Grids.js (line 1373)
    32f("programmatic", 0, 5, 1, 0)ISC_Grids.js (line 1091)
    startEditing(1, 0, undefined, undefined)ISC_Grids.js (line 1082)
    startEditingNew(undefined, undefined)

    #2
    Sorry for the delayed response. The stack trace suggests some kind of interaction where the user had selected some text within a TextItem and then editing ended unexpectedly in some way, leaving around bad state. It's not clear whether it's a SmartClient bug or not.

    If you don't already have a workaround, it might work to endEditing() explicitly before calling startEditingNew().

    Comment

    Working...
    X