Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows 7
Language Found: Japanese
Description
Steps to reproduce:
1. Type "1<enter> 2<enter>" with IME (Hiragana when using japanese language) into a spark.components.supportClasses::SkinnableTextBase (e.g. TextInput). The text that is displayed in the TextInput control is "12". This is correct.
2. Read the text property over the automation.
Actual Results:
The returned value is "1".
Expected Results:
The returned value is "12".
Note: This scenario works as expected when using mx controls instead of spark controls.