Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Canvas _updateFloat() method

    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,

    #2
    Yes, sorry about that, a patch was posted yesterday.

    Comment


      #3
      Thanks,

      We'll try that out.

      Regards,

      Comment

      Working...
      X