aharui commented on issue #613: Typed code is not visible in TextInput URL: https://github.com/apache/royale-asjs/issues/613#issuecomment-564410531 I don't think your attempt to override invalidateDisplayList was correct, but it is probably better to selectively replace invalidateDisplayList calls with updateDisplayList. I'm concerned that having invalidateDisplayList call updateDisplayList could cause performance issues or visual update issues. Because some browser updates are immediate, it isn't clear that Royale components can rely on invalidation to do updates without visual issues, so it may be that custom components that rely on invalidation will have to be modified as needed.
---------------------------------------------------------------- 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
