Yishay Weiss created FLEX-35141: ----------------------------------- Summary: [FlexJS] XML literals don't add quotes when interpolated to values Key: FLEX-35141 URL: https://issues.apache.org/jira/browse/FLEX-35141 Project: Apache Flex Issue Type: Bug Components: FalconJX Reporter: Yishay Weiss
These lines work on flash but fail on JS: var propValue:String = "myValue"; var myXml:XML = <Element propName={propValue}/>; var readValue:String = myXml.@propName.toString(); Example app can be found here. https://paste.apache.org/eXiq -- This message was sent by Atlassian JIRA (v6.3.4#6332)