Hi,
we are using a ComboBoxItem for one column in a ListGrid as cell editor.
The data is set by setOptionDataSource(). When the cell is edited, the values (and rendering) is correct. However, when the selected value is changed and should be applied by stopping editing, this exception is thrown:
ISC_Core.js:1174 *11:44:34.777:MDN3:WARN:Log:RangeError: Maximum call stack size exceeded
Stack from error.stack:
isA.Object(<no args: exited>) @ ISC_Core.js:128:774
.combineObjects(<no args: exited>) @ ISC_Core.js:109:147
.combineObjects(<no args: exited>) @ ISC_Core.js:110:6
.combineObjects(<no args: exited>) @ ISC_Core.js:110:6
.combineObjects(<no args: exited>) @ ISC_Core.js:110:6
...
... before transformRequest(DSRequest request) is invoked in the DataSource so we cannot find anything related here to our code (and there is no network traffic).
Always reproducible in Chrome and Firefox, with super dev and compile mode.
This happens only after updating to SmartGWT 6.1 (GWT 2.8.1) (from 6.0/GWT 2.8.0) without changing anything in our code.
I can give more detailed information as requested but providing a short code snipped to reproduce seems impossible with everything needed for the dataSource.
we are using a ComboBoxItem for one column in a ListGrid as cell editor.
The data is set by setOptionDataSource(). When the cell is edited, the values (and rendering) is correct. However, when the selected value is changed and should be applied by stopping editing, this exception is thrown:
ISC_Core.js:1174 *11:44:34.777:MDN3:WARN:Log:RangeError: Maximum call stack size exceeded
Stack from error.stack:
isA.Object(<no args: exited>) @ ISC_Core.js:128:774
.combineObjects(<no args: exited>) @ ISC_Core.js:109:147
.combineObjects(<no args: exited>) @ ISC_Core.js:110:6
.combineObjects(<no args: exited>) @ ISC_Core.js:110:6
.combineObjects(<no args: exited>) @ ISC_Core.js:110:6
...
... before transformRequest(DSRequest request) is invoked in the DataSource so we cannot find anything related here to our code (and there is no network traffic).
Always reproducible in Chrome and Firefox, with super dev and compile mode.
This happens only after updating to SmartGWT 6.1 (GWT 2.8.1) (from 6.0/GWT 2.8.0) without changing anything in our code.
I can give more detailed information as requested but providing a short code snipped to reproduce seems impossible with everything needed for the dataSource.
Comment