Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s):
Language Found: Japanese
Description
Steps to reproduce:
1. run the attached MXML applications
2. input something
3.
Actual Results:
The default IME mode is HIRAGANA. We Japanese don't want HIRAGANA as the default value.
Expected Results:
The default IME mode should be disabled.
Workaround (if any):
it needs to write following code at focusIn event of TextInput
IME.enable = false;