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/12/18 07:35:11 UTC

[GitHub] [royale-asjs] pashminakazi removed a comment on issue #626: Code field (MaskedTextInput) is not removable in Royale

pashminakazi removed a comment on issue #626: Code field (MaskedTextInput) is not removable in Royale
URL: https://github.com/apache/royale-asjs/issues/626#issuecomment-566913567
 
 
   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 MaskedTextInput which is in DbizLib
   
   MaskedTextInput field is not allowing to input.then i replace super.text = _working.join(""); with super.text;
   Now it is allowing input but if we enter 4 digit code like '1111' and then we want to remove it then only last '1' will be removed and if we enter any other digit instead of '1' then it will enter only '1'
   Please help me i can't understand what maskedTextInput is doing.
   I am sending you Flex and Royale files for comparison
   Flex MaskedTextInput : https://paste.apache.org/alo92
   royale MaskedTextInput  : https://paste.apache.org/eo1yx
   
   ![Code in authorized](https://user-images.githubusercontent.com/42200979/71065168-8182db80-2192-11ea-8084-a5767e79553a.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