Haven't figured out how to recreate this problem yet. But, we had a user report this error to us with a recent 8.2 nightly
Could it be related to this snippet needing a null check on rows and cells?
,isc.A.getTitleCell=function isc_Button_getTitleCell(){if(!this.getHandle())return null;var _1=this.getHandle().firstChild.rows[0].cells[0];return _1}
Code:
08:36:09.785:TMR7:WARN:Log:TypeError: Cannot read property '0' of undefined
unnamed() @
Button.getTitleCell()
Button.setTableClassName()
Button.stateChanged()
StatefulCanvas.setBaseStyle()
[c]Hover.show()
DynamicForm._showItemHover()
FormItem._handleTitleHover()
Hover._doAction()
[c]Class.fireCallback()
Timer._fireTimeout()
Could it be related to this snippet needing a null check on rows and cells?
,isc.A.getTitleCell=function isc_Button_getTitleCell(){if(!this.getHandle())return null;var _1=this.getHandle().firstChild.rows[0].cells[0];return _1}
Comment