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

When using MXFTEText.css, MX FormItem with no label occasionally displays "Wj" (just for giggles)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Later
    • Adobe Flex SDK Previous
    • None
    • Spark: FTETextField
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Found in 4.0.0 (build 13895)

      Steps to reproduce:
      1. Copy and paste attached MXML file into a new Flex project.
      2. Select Project > Properties from the main menu.
      3. In the Flex Compiler tab, select the "Use Flash Text Engine in MX components" checkbox.
      4. Compile and run project.
      5. Click the Edit button.
      6. Click the Cancel button.
      7. GOTO 5;

      Actual Results:
      When you mouse down over "Edit" or "Cancel" you can often see a "Wj" FormItem label just randomly appear.

      Expected Results:
      The opposite of that. It shouldn't arbitrarily set a form label.

      Workaround (if any):
      Instead of no FormItem label or label="", set the FormItem label to a space:

      <mx:FormItem direction="horizontal" label=" ">
      <s:Button id="editBtn" label="Edit" fontWeight="bold" />
      <s:Button label="Cancel" />
      </mx:FormItem>

      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: