Hi,
I noticed an error which resulted in the to be shown in a static text item. In the StaticTextItem there is this code:
if (asHTML && (internalValue == null || internalValue == isc.emptyString)
&& value == this._$nbsp)
but this._$nbsp; is not defined, it is defined in Canvas.js but a form item (like static text item) does not inherit from Canvas and therefore this member is not defined.
Noticed in 8.1 nightly from 9th of September.
gr. Martin
I noticed an error which resulted in the to be shown in a static text item. In the StaticTextItem there is this code:
if (asHTML && (internalValue == null || internalValue == isc.emptyString)
&& value == this._$nbsp)
but this._$nbsp; is not defined, it is defined in Canvas.js but a form item (like static text item) does not inherit from Canvas and therefore this member is not defined.
Noticed in 8.1 nightly from 9th of September.
gr. Martin
Comment