You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/11/28 07:55:55 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #594: MaskedTextInput is not Taking Input

pashminakazi opened a new issue #594: MaskedTextInput is not Taking Input
URL: https://github.com/apache/royale-asjs/issues/594
 
 
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   
   Go to Fixed Assets from Select in Menu
   Go to Authorized Person from Setups in Menu
   File : com/dbz/modules/FA/dbzAuthorizedPerson.mxml
   
   Code field is not taking input
   Code field is : 
   <cc:MaskedTextInput id="setupCode" width="120" tabIndex="1" x="177" y="156" maxChars="4" restrict="A-Z/a-z/0-9" height="20"
   									inputMask="####" focusOut="dbzUtil.balanceCode(setupCode);"/>
   
   If have revert those changes in MaskedTextInput
   remove if(false) and uncomment  if(fontUpdated),if(dateField)
   But still its not Working
   
   ![MaskedTextInput Code doesn't accept data](https://user-images.githubusercontent.com/42200979/69787153-b75d2180-11dd-11ea-9599-4951dea8c430.gif)
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services