Hi,
We seem to have found an issue with SmartClient version 8 GA.
The method Canvas._updateFloat() was removed but the derived
class HTMLFlow seem to still be using it in the modifyContent() method,
as follows:
modifyContent : function () {
this._updateFloat();
}
Can someone please look into this.
Kind regards,
We seem to have found an issue with SmartClient version 8 GA.
The method Canvas._updateFloat() was removed but the derived
class HTMLFlow seem to still be using it in the modifyContent() method,
as follows:
modifyContent : function () {
this._updateFloat();
}
Can someone please look into this.
Kind regards,
Comment