Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-18532

AIR1.5でTextFieldにIME経由でテキスト入力を行った時の、TEXT_INPUTイベントのデフォルト動作をキャンセルしたい。

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • Adobe Flex SDK 3.3 (Release)
    • None
    • IME Support
    • 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

      { event.preventDefault(); }

      ]]
      >
      </mx:Script>
      <mx:TextInput id="txt" x="10" y="10" textInput="_textInputHandler(event)" imeMode="

      {IMEConversionMode.JAPANESE_HIRAGANA}

      "/>
      </mx:WindowedApplication>

      2."txt"にIME経由で文字を入力する。

      Actual Results:
      preventDefault()をコールするが、"txt"に文字が入力される。

      Expected Results:
      "txt"に文字が入力されないことを望みます。

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment