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/10 06:59:49 UTC

[GitHub] [royale-asjs] aharui edited a comment on issue #613: Typed code is not visible in TextInput

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:
users@infra.apache.org


With regards,
Apache Git Services