Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK 3.3 (Release)
-
None
-
None
-
Affected OS(s): Windows
Language Found: English
Description
Steps to reproduce:
1.下記のアプリケーションを作成する。
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Script>
<![CDATA[
private function _textInputHandler(event:TextEvent):void
]]
>
</mx:Script>
<mx:TextInput id="txt" x="10" y="10" textInput="_textInputHandler(event)" imeMode="
"/>
</mx:WindowedApplication>
2."txt"にIME経由で文字を入力する。
Actual Results:
preventDefault()をコールするが、"txt"に文字が入力される。
Expected Results:
"txt"に文字が入力されないことを望みます。