[ https://issues.apache.org/jira/browse/FLEX-35399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16822026#comment-16822026 ]
Alex Harui commented on FLEX-35399: ----------------------------------- OK, that's good information. That implies that it should be possible to reproduce the extra events in test code that does not use Flex and just uses plain TextField. If you can figure out how to reproduce it with TextField then it will be easier to get the Flash Player folks to try to fix the problem and/or it will help us devise a workaround. Can you check the call stack for the extra textInput events and make sure they aren't being dispatched by Flex code? To try to create a workaround, see if there is some way to determine if the extra TextInput events are extra or not. Or maybe, if you can detect you are running on FireFox, you could cancel any TextInput event that is inputting more than one character. > 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)