pashminakazi commented on issue #613: Typed code is not visible in TextInput 
URL: https://github.com/apache/royale-asjs/issues/613#issuecomment-563936933
 
 
   after adding this in MaskedTextInput
   override public function invalidateDisplayList():void
   {
        if (parent != null) {
                 updateDisplayList(0,0);
        }
        else {
                updateDisplayList(width, height);
        }
        invalidateDisplayListFlag = true;
   }
   Setup :
   
![image](https://user-images.githubusercontent.com/42200979/70514899-3e9f8300-1b56-11ea-9328-93d96e294e8c.png)
   I am reverting my changes of invalidateDisplayList in MaskedTextInput.
   Investigate this issue when you start your day tomorrow.
   Thanks

----------------------------------------------------------------
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

Reply via email to