joshtynjala commented on issue #243: URL: https://github.com/apache/royale-compiler/issues/243#issuecomment-3986676119
Relevant MXML file with line highlighted: https://github.com/apache/flex-sdk/blob/develop/frameworks/projects/mx/src/mx/controls/RichTextEditor.mxml#L275 My first guess would be that it is related to the file using MXML 2006. Maybe it's not handling non-child object declarations properly (in this case, the Array). MXML 2006 does not use `<fx:Declarations>`, like MXML 2009. I have definitely fixed other issues with Royale's MXML 2006 parsing related to the lack of `<fx:Declarations>` in the past. It's possible that there are still issues with it. -- 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]
