yishayw commented on pull request #1034: URL: https://github.com/apache/royale-asjs/pull/1034#issuecomment-957412875
If I understand correctly UITextFormat is used primarily by UITextField, which from a brief look is only used in charts in mx.charts.AxisRenderer. Generally speaking it looks like systemManager references are retrieved from the parent recursively until Application is reached, which has its systemManager initialized when the application is started. I haven't dived deep enough to guess when this would fail (didn't check popups for instance). To me it doesn't look like systemManager is ever supposed to be null, so I would prefer to at least open a bug on that before merging. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
