Jennifer Heninger created FLEX-33637:
----------------------------------------

             Summary: Barcode Support in the TextInput
                 Key: FLEX-33637
                 URL: https://issues.apache.org/jira/browse/FLEX-33637
             Project: Apache Flex
          Issue Type: Improvement
          Components: mx: DataGrid, mx: TextInput
            Reporter: Jennifer Heninger
            Priority: Minor


Add a "barcodeDelay" component to the TextInput that adds a delay (in ms) 
whenever the user presses the enter key. This delay also needs to be recognized 
if the TextInput is used as an ItemEditor in a DataGrid. (The delay should 
default to 0, but allow the user to enter one if they plan to utilize the 
control with a barcode reader.)

I discovered that the TextInput doesn't handle barcode readers very well 
because the text is entered too quickly for it to be processed. This results in 
text from the barcode getting truncated. The best solution for now (without 
major modificiations to the fundamental control) is to add a delay on the Enter 
key so the control has time to process the text before it processes the Enter 
key. For further information, refer to the following: 
http://forums.adobe.com/message/4235231

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to