* v100p_2014-10-06_LGPL
* any browser
* WARN:Log:TypeError: undefined is not a function
Stack from error.stack:
ListGrid.getAutoFitTitleWidths(<no args: exited>) @ ISC_Grids.js:957:71
ListGrid.getFieldAutoFitWidths(<no args: exited>) @ ISC_Grids.js:954:30
ListGrid.autoFitFields(<no args: exited>) @ ISC_Grids.js:940:19
BisDS.eval(<no args: exited>) @ [no file]:3:18
Class._fireCallback(_1=>"isc.Comm.performXmlTransactionReply(1, x..."[54], _2=>"xmlHttpRequest", _3=>Array[1], _4=>[object Window], _5=>true) @ ISC_Core.js:264:49
[a]BisDS.fireCallback(<no args: exited>) @ ISC_Core.js:332:302
BisDS.fireResponseCallbacks(<no args: exited>) @ ISC_DataBinding.js:699:13
BisDS.completeResponseProcessing(<no args: exited>) @ ISC_DataBinding.js:696:6
BisDS.handleJSONReply(<no args: exited>) @ ISC_DataBinding.js:588:6
BisDS.$379(<no args: exited>) @ ISC_DataBinding.js:598:6
** trace code
function getAutoFitTitleWidths(headers), loop headers with 1 statement ...
testHTML += header._getSizeTestHTML(this.getHeaderButtonTitle(header, false));
which called _getSizeTestHTML : function (title) ...
seemed treat header as Button? while header is ImgButton?
above caused undefined function erro when ListGrid AutoFit.
* any browser
* WARN:Log:TypeError: undefined is not a function
Stack from error.stack:
ListGrid.getAutoFitTitleWidths(<no args: exited>) @ ISC_Grids.js:957:71
ListGrid.getFieldAutoFitWidths(<no args: exited>) @ ISC_Grids.js:954:30
ListGrid.autoFitFields(<no args: exited>) @ ISC_Grids.js:940:19
BisDS.eval(<no args: exited>) @ [no file]:3:18
Class._fireCallback(_1=>"isc.Comm.performXmlTransactionReply(1, x..."[54], _2=>"xmlHttpRequest", _3=>Array[1], _4=>[object Window], _5=>true) @ ISC_Core.js:264:49
[a]BisDS.fireCallback(<no args: exited>) @ ISC_Core.js:332:302
BisDS.fireResponseCallbacks(<no args: exited>) @ ISC_DataBinding.js:699:13
BisDS.completeResponseProcessing(<no args: exited>) @ ISC_DataBinding.js:696:6
BisDS.handleJSONReply(<no args: exited>) @ ISC_DataBinding.js:588:6
BisDS.$379(<no args: exited>) @ ISC_DataBinding.js:598:6
** trace code
function getAutoFitTitleWidths(headers), loop headers with 1 statement ...
testHTML += header._getSizeTestHTML(this.getHeaderButtonTitle(header, false));
which called _getSizeTestHTML : function (title) ...
seemed treat header as Button? while header is ImgButton?
above caused undefined function erro when ListGrid AutoFit.
Comment