Hello,
I am getting a stack trace when trying to double click a record on a ListGrid. Single clicking works, but double click seems to break it for some reason. Does anyone have any insight into what the problem is?
TypeError: _2.contains is not a functionISC_Forms.js:3296:976
isc_ImageItem__formatStockImageURL ISC_Forms.js:3296
isc_ImageItem_formatEditorValue ISC_Forms.js:3297
isc_FormItem__formatDataType ISC_Forms.js:1061
isc_FormItem_mapValueToDisplay ISC_Forms.js:1054
isc_TextItem_mapValueToDisplay ISC_Forms.js:1899
isc_FormItem__getDisplayValue ISC_Forms.js:1050
isc_FormItem__showValue ISC_Forms.js:1104
isc_c_Class_invokeSuper ISC_Core.js:294
isc_c_Class_Super ISC_Core.js:286
isc_TextItem__showValue ISC_Forms.js:1910
isc_FormItem_setValue ISC_Forms.js:1100
isc_c_Class_invokeSuper ISC_Core.js:294
isc_TextItem_setValue ISC_Forms.js:1907
isc_c_Class_invokeSuper ISC_Core.js:294
isc_ImageItem_setValue ISC_Forms.js:3302
isc_DynamicForm_setItemValues ISC_Forms.js:419
isc_DynamicForm_setValues ISC_Forms.js:305
isc_ListGrid_makeEditForm ISC_Grids.js:2044
isc_ListGrid__canFocusInEditor ISC_Grids.js:2326
isc_ListGrid_findNextEditCell ISC_Grids.js:2319
isc_ListGrid_handleEditCellEvent ISC_Grids.js:1940
isc_ListGrid_rowDoubleClick ISC_Grids.js:1711
anonymous ISC_Core.js line 64 > Function:4
isc_GridRenderer_doubleClick ISC_Grids.js:587
isc_Canvas_handleDoubleClick ISC_Core.js:3744
isc_c_EventHandler_bubbleEvent ISC_Core.js:2359
isc_c_EventHandler_handleClick ISC_Core.js:2194
isc_c_EventHandler__handleMouseUp ISC_Core.js:2178
isc_c_EventHandler_handleMouseUp ISC_Core.js:2169
isc_c_EventHandler_dispatch ISC_Core.js:2446
anonymous ISC_Core.js line 64 > Function:3
Thanks,
Pablo
I am getting a stack trace when trying to double click a record on a ListGrid. Single clicking works, but double click seems to break it for some reason. Does anyone have any insight into what the problem is?
TypeError: _2.contains is not a functionISC_Forms.js:3296:976
isc_ImageItem__formatStockImageURL ISC_Forms.js:3296
isc_ImageItem_formatEditorValue ISC_Forms.js:3297
isc_FormItem__formatDataType ISC_Forms.js:1061
isc_FormItem_mapValueToDisplay ISC_Forms.js:1054
isc_TextItem_mapValueToDisplay ISC_Forms.js:1899
isc_FormItem__getDisplayValue ISC_Forms.js:1050
isc_FormItem__showValue ISC_Forms.js:1104
isc_c_Class_invokeSuper ISC_Core.js:294
isc_c_Class_Super ISC_Core.js:286
isc_TextItem__showValue ISC_Forms.js:1910
isc_FormItem_setValue ISC_Forms.js:1100
isc_c_Class_invokeSuper ISC_Core.js:294
isc_TextItem_setValue ISC_Forms.js:1907
isc_c_Class_invokeSuper ISC_Core.js:294
isc_ImageItem_setValue ISC_Forms.js:3302
isc_DynamicForm_setItemValues ISC_Forms.js:419
isc_DynamicForm_setValues ISC_Forms.js:305
isc_ListGrid_makeEditForm ISC_Grids.js:2044
isc_ListGrid__canFocusInEditor ISC_Grids.js:2326
isc_ListGrid_findNextEditCell ISC_Grids.js:2319
isc_ListGrid_handleEditCellEvent ISC_Grids.js:1940
isc_ListGrid_rowDoubleClick ISC_Grids.js:1711
anonymous ISC_Core.js line 64 > Function:4
isc_GridRenderer_doubleClick ISC_Grids.js:587
isc_Canvas_handleDoubleClick ISC_Core.js:3744
isc_c_EventHandler_bubbleEvent ISC_Core.js:2359
isc_c_EventHandler_handleClick ISC_Core.js:2194
isc_c_EventHandler__handleMouseUp ISC_Core.js:2178
isc_c_EventHandler_handleMouseUp ISC_Core.js:2169
isc_c_EventHandler_dispatch ISC_Core.js:2446
anonymous ISC_Core.js line 64 > Function:3
Thanks,
Pablo
Comment