Try turning off the recycler: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flashx/textLayout/compose/TextLineRecycler.html
From: Dave Glasser <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Thursday, June 13, 2013 9:16 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: [flexcoders] UIFTETextField - randomly disappearing lines It's 4.6.0.23201B. One of the last Adobe releases. ________________________________ From: Alex Harui <[email protected]<mailto:[email protected]>> To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Sent: Thursday, June 13, 2013 12:08 PM Subject: Re: [flexcoders] UIFTETextField - randomly disappearing lines What version of Flex SDK? This sounds like an old bug. From: Dave Glasser <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Thursday, June 13, 2013 8:57 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: [flexcoders] UIFTETextField - randomly disappearing lines I have a UIFTETextField that is displaying a line of text 115 characters long. I set its width to 300 with wordwrap enabled, and it wraps the text into 3 lines. The weird thing is that any or all of the lines may be invisible when this object is displayed. Sometimes you'll see the first and third lines with a blank line between them, other times maybe two blank lines followed by the visible third line, other times all three are blank. Has anyone ever encountered something like this? I checked the bug tracker for UIFTETextField and its parent class, FTETextField, and didn't find any bug report on this.

