Hello,
We ran across the following error while testing our application. It looks like the cacheColumnHTML method is making an assumption that fields[colNum] is not null when there are apparently instances where it can be null.
12:56:40.857:IBLR1:WARN:Log:TypeError: Cannot set property '$28w' of undefined
Stack from error.stack:
GridRenderer._cacheColumnHTML()
GridRenderer.getTableHTML()
GridRenderer.getInnerHTML()
[a]MathFunction.invokeSuper()
[a]MathFunction.Super()
GridBody.getInnerHTML()
Canvas._getInnerHTML()
Canvas._updateInnerHTML()
[a]MathFunction.invokeSuper()
GridRenderer._updateInnerHTML()
We ran across the following error while testing our application. It looks like the cacheColumnHTML method is making an assumption that fields[colNum] is not null when there are apparently instances where it can be null.
12:56:40.857:IBLR1:WARN:Log:TypeError: Cannot set property '$28w' of undefined
Stack from error.stack:
GridRenderer._cacheColumnHTML()
GridRenderer.getTableHTML()
GridRenderer.getInnerHTML()
[a]MathFunction.invokeSuper()
[a]MathFunction.Super()
GridBody.getInnerHTML()
Canvas._getInnerHTML()
Canvas._updateInnerHTML()
[a]MathFunction.invokeSuper()
GridRenderer._updateInnerHTML()
Comment