estanglerbm opened a new pull request #960: URL: https://github.com/apache/royale-asjs/pull/960
Fix VerifyError: Error #1053 in Flash Debug Player due to wrong IDataInput / IDataOutput used in mx.messaging.messages.* classes, and due to mismatch of IFactory type between spark.components.DataGroup and IItemRendererProvider. For mx.messaging.messages.*, the conditional imports for IDataInput / IDataOutput (for IExternalizable) used elsewhere were not used here. The compiler didn't complain. For DataGroup, there is a problem that it defines set/get itemRenderer with mx.core.IFactory, but it's implementing IItemRendererProvider that uses org.apache.royale.core.IFactory. This is hard to reconcile, so I used SWFOverride. (FYI, mx.controls.listClasses.ListBase uses org.apache.royale.core.IFactory when implementing IItemRendererProvider, so there's some inconsistency.) ---------------------------------------------------------------- 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]
