[
https://issues.apache.org/jira/browse/FLEX-17350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-17350:
---------------------------------
Labels: easytest (was: )
> Button/RadioButton/ComboBox/CheckBoxにフォーカスが当たった時IMEの入力モードがOFFにならないためSpaceキーによる確定が出来ない
> -------------------------------------------------------------------------------------
>
> Key: FLEX-17350
> URL: https://issues.apache.org/jira/browse/FLEX-17350
> Project: Apache Flex
> Issue Type: Bug
> Components: mx: Button, mx: CheckBox, mx: ComboBox, mx: RadioButton
> Affects Versions: Adobe Flex SDK 3.2 (Release)
> Environment: Affected OS(s): Windows
> Affected OS(s): Windows XP
> Browser: Other (specify version)
> Language Found: Japanese
> Reporter: Adobe JIRA
> Priority: Minor
> Labels: easytest
>
> Steps to reproduce:
> IMEの入力モードが「ひらがな/全角カタカナ/全角英数/半角カタカナ/半角英数」
> である状態で、tabキーを使って、mx:Button / mx:CheckBox / mx:RadioButton /mx:ComboBox
> にフォーカスを合わせる。
>
> Actual Results:
>
> 1. IMEの入力モードがOFFにならない.
> 2. この状態でSpaceキーによる確定が出来ない。
>
> Workaround (if any):
> 以下のように回避した
> 1.mx.control.Button / mx.control.XXXクラスを継承したクラスを作成
> - focusIn でIME.enable=false;
> - focusOutでIME.enable=true;
> 2.継承し、実装したコンポーネントを使用
> Expected Results:
>
> 1.Button/CheckBox/RadioButton/ComboBoxなどの日本語入力モードできる必要のないコンポーネント
> にフォーカスが当たった際、IMEの入力モードをOFFにしてほしい
> 2.IME.conversionMode に「直接入力」モードを指定できない
> IMEがoffの状態と、IMEの変換モードが「直接入力」モードは異なるので指定できないのはおかしい
> 備考:
> IME.enable=false; を実行すると「言語バー」がおかしくなる現象が発生することがある。(発生条件は不明)
> 具体的にはIMEの言語バーのCAPS/KANAボタン以外が消えてしまったり、言語バー自体が消えてしまう現象が発生する。
> ※本現象は、IME2003/Windows XPにて確認
> ※添付ファイル参照
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira