Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.3 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Create an AIR application with TextInput control.
2. Run application.
3. Input "123456789", TextInput displays correctly. See attached file 'display_right.jpg'.
4. Input a very long string, for example, the string length is 20k, TextInput can't display correctly. See attached file 'display_not_correct_1.jpg'.
5. Select text in step 4, you can see the characters that you input. See attached file 'display_not_correct_2.jpg'.
Actual Results:
TextInput control can't display correctly when users input a very long string.
Expected Results:
TextInput control can display correctly when users input a very long string.
Workaround (if any):