Nemi created FLEX-35302:
---------------------------

             Summary: 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: 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)

Reply via email to