Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-35302

If you enter only "<" within MXML code, no problem reported

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • Apache FlexJS 0.7.0, Apache FlexJS 0.8.0
    • None
    • Falcon, FlexJS
    • None
    • Windows 7, 64bit, VSCode

    Description

      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>

      Attachments

        Activity

          People

            Unassigned Unassigned
            nemi Nemi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: