You can call it a missing feature. In theory SparkRoyale’s behavior strives to be identical to So Flex Spark’s, but there will always be missing features.
From: GitBox<mailto:g...@apache.org> Sent: Wednesday, July 14, 2021 7:14 AM To: iss...@royale.apache.org<mailto:iss...@royale.apache.org> Subject: [GitHub] [royale-asjs] estanglerbm opened a new issue #1131: Compile not catching missing states in skin MXML estanglerbm opened a new issue #1131: URL: https://github.com/apache/royale-asjs/issues/1131 If you define a skin MXML without states, Flex compiler throws errors: ``` MySkinFlex.mxml(8): Error: The required skin state 'disabled' is missing. MySkinFlex.mxml(8): Error: The required skin state 'normal' is missing. ``` But Royale compiler does not. Is this a compiler issue or something else to set? Or expected change in behavior? -- 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: issues-unsubscr...@royale.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org