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

BusyIndicator doesn't spin in a modal popup

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • Mobile: BusyIndicator
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Create a new Flex mobile project with this application:

      <?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">

      <fx:Declarations>
      <s:SkinnablePopUpContainer id="myAlert" click="myAlert.close()">
      <s:VGroup horizontalAlign="center">
      <s:Label text="Loading..." />
      <s:BusyIndicator />
      </s:VGroup>
      </s:SkinnablePopUpContainer>
      </fx:Declarations>

      <s:Button label="Start loading" click="myAlert.open(this, true);"/>

      </s:Application>

      2. Click on the button
      3.

      Actual Results:

      The BusyIndicator doesn't spin

      Expected Results:

      The BusyIndicator should spin

      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: