[ https://issues.apache.org/jira/browse/FLEX-35302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Josh Tynjala updated FLEX-35302: -------------------------------- Component/s: Falcon > If you enter only "<" within MXML code, no problem reported > ------------------------------------------------------------ > > Key: FLEX-35302 > URL: https://issues.apache.org/jira/browse/FLEX-35302 > Project: Apache Flex > Issue Type: Bug > Components: Falcon, FlexJS > Affects Versions: Apache FlexJS 0.7.0, Apache FlexJS 0.8.0 > Environment: Windows 7, 64bit, VSCode > Reporter: Nemi > Priority: Minor > > If you enter only "<" within mxml code, no problem reported. Code example: > <?xml version="1.0" encoding="utf-8"?> > <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009" > xmlns:js="library://ns.apache.org/flexjs/basic"> > <js:initialView> > < > <js:View> > <js:Label text="Hello World" x="100" y="100"/> > </js:View> > </js:initialView> > <js:valuesImpl> > <js:SimpleCSSValuesImpl /> > </js:valuesImpl> > </js:Application> -- This message was sent by Atlassian JIRA (v6.3.15#6346)