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

Specifying mx:String or mx:Number in a Gumbo Flex project displays texts and numbers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • Adobe Flex SDK Previous
    • None
    • mx: General
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Compile and run attached MXML file (or run SWF)

      Actual Results:
      the <mx:String> and <mx:Number> generate output and display on the display list.

      Expected Results:
      <mx:String> and <mx:Number> shouldnt generate any output.

      Workaround (if any):
      Wrap the <mx:String> and <mx:Number> in a <Declarations> tag (see workaround.mxml):

      <Declarations>
      <mx:String id="lorem">The quick brown fox jumped... Wait, why is this visible?</mx:String>
      <mx:Number id="zip">90120</mx:Number>
      </Declarations>

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: