dhendargo1 opened a new issue #1096:
URL: https://github.com/apache/royale-asjs/issues/1096
Hi,
Below is content of a .mxml file that reliably (100% of the time) reproduces
this issue.
Thanks for looking into this and let me know if you need further info.
-Danny
`<?xml version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:mx="library://ns.apache.org/royale/mx"
>
<!-- Having dropShadowEnable="false" (below) triggers the following
compiler error:
Error: Unexpected exception 'java.lang.NullPointerException' at
org.apache.royale.compiler.internal.tree.mxml.MXMLTreeBuilder.parseValue:356
-->
<mx:Panel dropShadowEnabled="false"/>
</mx:Application>`
--
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]