TAdvRichEditorHTMLIO font-size error

The TAdvRichEditorHTMLIO gives an error message '' is not a valid integer value when loading a HTML file.

The contents of the HTML file.

<html>
   <body>
      <font size="2" style="font-size:small; font-family:Arial">
         test
      </font><br/>
      <font size="2" style="font-size:large; font-family:Arial">
         test
      </font>
    </body>
</html>

Can this be fixed or is here a workaround for?

We traced & solved this issue. The next update will address this.