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

mx:Form crashes at runtime with an empty spark label as children

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • Adobe Flex SDK Previous
    • None
    • mx: Form View, Spark: Label
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows XP
      Browser: Internet Explorer 8.x
      Language Found: English

    Description

      Steps to reproduce:
      1. Compile and run code attached.
      =================
      <?xml version="1.0" encoding="utf-8"?>
      <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/halo" minWidth="1024" minHeight="768">
      <mx:Form>
      <mx:FormItem label="form item label">
      <s:Label/>
      </mx:FormItem>
      </mx:Form>
      </s:Application>
      ================

      Actual Results:
      The page does not render and stays blocked with the loading bar at 100%.

      Expected Results:
      A form, with a formItem and an empty label should appear.

      Workaround (if any):

      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: