[ 
https://issues.apache.org/jira/browse/FLEX-34841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Schmalle updated FLEX-34841:
------------------------------------
    Description: 
Given a simple app setup;

{code}
<js:TextInput id="myInput" change="trace('change');/>
<code}

Will not fire during typing in the browser, works correctly as SWF.

What is odd is it fires when focus changes but not text.

  was:
Given a simple app setup;

<js:TextInput id="myInput" change="trace('change');/>

Will not fire during typing in the browser, works correctly as SWF.

What is odd is it fires when focus changes but not text.


> TextInput change event not fired correctly in JS
> ------------------------------------------------
>
>                 Key: FLEX-34841
>                 URL: https://issues.apache.org/jira/browse/FLEX-34841
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: FlexJS
>    Affects Versions: Apache FlexJS 0.0.3
>            Reporter: Michael Schmalle
>
> Given a simple app setup;
> {code}
> <js:TextInput id="myInput" change="trace('change');/>
> <code}
> Will not fire during typing in the browser, works correctly as SWF.
> What is odd is it fires when focus changes but not text.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to