Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Apache Flex 4.12.0
-
None
-
iOS 7, Android
Description
Text Areas that use StageText cut off text after loosing focus. This occurs on iOS and Android devices.
I have attached a sample project.
To replicate:
1. Add multiple lines of text to the text area with at least 3 new lines (using the return key).
2. Click outside the Text Area to lose focus.
3. notice how the text is cut off in the text area.
It looks like the proxy image is not creating a snapshot of the text correctly. Also note that if you add multiple lines of text without any newlines it will display correctly. It seems to be a specific issue with having new lines in there.