TLF Buggy in AIR if compiled with 2.0.2 Runtime.(1.5.3 is OK)
BUG DESCRIPTION:
I have a TextArea in my <WindowedApplication/> that reads a <TextFlow> object from an XML string : contentTA.textDisplay.textFlow=TextFlowUtil.importFromString(xmlString);
An image element,and some formatted text (underline,background colored text) just disappear an reappear as I scroll up and down in the TextArea.
The same setup described above works OK as expected in the context of a Web Application.
I compiled with the new Flex 4.1 SDK which has a 2.0.2 AIR runtime:this is the cause of the bugs.
I compiled my AIR application with Flex 4.0 SDK (AIR 1.5.3 runtime) and the problems went away.
Problem is not solved,though.I cannot export a release build and expect it to install with AIR 2.0.2 installed in my computer.
Thank you so much for your interest.
