aharui edited a comment on issue #613: Typed code is not visible in TextInput URL: https://github.com/apache/royale-asjs/issues/613#issuecomment-563894126 I can investigate when I start my day tomorrow. If these are all your custom MaskedTextInput and a regular TextInput is working, one experiment you can try during your workday is to override invalidateDisplayList in MaskedTextInput and have it call updateDisplayList(width, height). You might need to add a flag to stop infinite loops. It may also be required to only call updateDisplayList if (parent != null).
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
