[
https://issues.apache.org/jira/browse/FLEX-35399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16815162#comment-16815162
]
Alex Harui commented on FLEX-35399:
-----------------------------------
I'm not sure how I will be able to test on Windows 7. You can try debugging
yourself. Set breakpoints in TextInput.as and see which ones get hit in which
order on Windows 7 vs Windows 10.
The internal TextField in a TextInput listens for several events such as
Event.CHANGE, TextEvent.TEXT_INPUT, "textInsert" and "textReplace".
> In Firefox 45+ browsers,when we use sogou chinese keyboard input method and
> enter characters in flex input field,characters are getting repeated
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: FLEX-35399
> URL: https://issues.apache.org/jira/browse/FLEX-35399
> Project: Apache Flex
> Issue Type: Bug
> Components: FlexJS
> Affects Versions: Apache Flex 4.16.1
> Environment: Windows 7
> Firefox 45+ browsers
> Sogou keyboard input
> Reporter: sunil kumar reddy
> Priority: Minor
>
> Environment Details:Windows 7 machine,
> Browser:Firefox 45+
> Steps:
> Sogou chinese input keyboard method is enabled.
> In flex input field,enter the characters using Sogou chinese input keyboard.
> Issue:Characters are getting repeated in flex input field.
> If Sogou input keyboard is enabled english,it is ok.
> Flex input field code:
> <mx:TextInput id='input'>
>
> </mx:TextInput>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)