Bug importing html text into RichEditableText
Hi,
I've come across a bizarre bug when trying to use the TextConverter to import html text into a RichEditableText.
richText.textFlow = TextConverter.importToFlow(htmlText, TextConverter.TEXT_FIELD_HTML_FORMAT);
The problem happens when I set the text a second time with different html text. Some words from the first string get left behind.
It put up an example illustrating this problem on my server (including view source code):
http://keg.cs.uvic.ca/flexdevtips/flex4/htmltextbug/HtmlTextBug.html
To see the bug, click the "Change Text" button, and the RichEditableText will get partially updated.
I also tested this in Burrito and it still has the same problem.
Has anyone else seen this problem? Should I file a bug on it?
Thanks,
Chris
