Hi Isomorphic,
We are experiencing a problem where the user interface becomes unresponsive, and at the source of that problem is the following error stack.
We have not been able to isolate a specific test case at this time, however, we are hoping the above would be beneficial to you.
SmartClient Version: v12.0p_2018-09-21/Pro Deployment (built 2018-09-21)
At the time this happens we are changing a filter from "equals" a specific value to "is one of" of multiple values.
Thanks
We are experiencing a problem where the user interface becomes unresponsive, and at the source of that problem is the following error stack.
Code:
*10:43:38.920:MUP7:WARN:Log:TypeError: _26.split is not a function
Stack from error.stack:
processValue() @ xxxx/sc/modules/ISC_DataBinding.js:1112:5118
FormItem.setValue() @ xxxx/sc/modules/ISC_Forms.js:1100:142
Class.invokeSuper() @ xxxx/sc/modules/ISC_Core.js:313:158
SelectItem.setValue() @ xxxx/sc/modules/ISC_Forms.js:2298:907
DynamicForm.setItemValues() @ xxxx/sc/modules/ISC_Forms.js:425:159
DynamicForm._addItems() @ xxxx/sc/modules/ISC_Forms.js:284:42
DynamicForm.addItems() @ xxxx/sc/modules/ISC_Forms.js:277:84
FilterClause.updateValueItems() @ xxxx/sc/modules/ISC_DataBinding.js:2981:1
FilterClause.operatorChanged() @ xxxx/sc/modules/ISC_DataBinding.js:2980:301
changed() @ xxxx/sc/modules/ISC_DataBinding.js:3004:1308
FormItem.handleChanged() @ xxxx/sc/modules/ISC_Forms.js:1207:17
FormItem.storeValue() @ xxxx/sc/modules/ISC_Forms.js:1206:18
FormItem._updateValue() @ xxxx/sc/modules/ISC_Forms.js:1203:63
SelectItem.updateValue() @ xxxx/sc/modules/ISC_Forms.js:2298:41
SelectItem.changeToValue() @ xxxx/sc/modules/ISC_Forms.js:2289:86
SelectItem.pickValue() @ xxxx/sc/modules/ISC_Forms.js:2333:1
itemClick() @ xxxx/sc/modules/ISC_Forms.js:2013:1
recordClick() @ xxxx/sc/modules/ISC_Forms.js:2006:136
ListGrid.rowClick() @ xxxx/sc/modules/ISC_Grids.js:1631:17
Class.invokeSuper() @ xxxx/sc/modules/ISC_Core.js:313:89
Class.Super() @ xxxx/sc/modules/ISC_Core.js:305:165
rowClick() @ xxxx/sc/modules/ISC_Forms.js:2001:191
anonymous() @ xxxx/sc/modules/ISC_Core.js line 83 > Function:4:105
GridRenderer._rowClick() @ xxxx/sc/modules/ISC_Grids.js:569:178
Class.invokeSuper() @ xxxx/sc/modules/ISC_Core.js:313:89
Class.Super() @ xxxx/sc/modules/ISC_Core.js:305:165
GridBody._rowClick() @ xxxx/sc/modules/ISC_Grids.js:638:71
GridRenderer.click() @ xxxx/sc/modules/ISC_Grids.js:567:162
Canvas.handleClick() @ xxxx/sc/modules/ISC_Core.js:3500:395
[c]EventHandler.bubbleEvent() @ xxxx/sc/modules/ISC_Core.js:2136:82
[c]EventHandler.handleClick() @ xxxx/sc/modules/ISC_Core.js:1974:47
EventHandler._handleMouseUp() @ xxxx/sc/modules/ISC_Core.js:1959:8
[c]EventHandler.handleMouseUp() @ xxxx/sc/modules/ISC_Core.js:1950:54
[c]EventHandler.dispatch() @ xxxx/sc/modules/ISC_Core.js:2223:76
anonymous() @ xxxx/sc/modules/ISC_Core.js line 83 > Function:3:95
SmartClient Version: v12.0p_2018-09-21/Pro Deployment (built 2018-09-21)
At the time this happens we are changing a filter from "equals" a specific value to "is one of" of multiple values.
Thanks
Comment