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

BusyIndicator goes outside bounds of a very small Image control.

    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:
      1. Create a very small (10x10) image control with enableLoadingState = true.
      2. Load an image that takes a while to load, so that the loading indicator appears.

      Actual Results:
      The loading indicator goes outside the bounds of the Image control.

      Expected Results:
      It should shrink further or be clipped.

      Workaround (if any):

      Source:

      <s:Button label="large, from url" click="img1.source = 'http://fbapps.corp.adobe.com/mobile/testfiles/5000.png'" />
      <s:Image id="img1" width="10" height="10" skinClass="spark.skins.mobile.ImageSkin"
      enableLoadingState="true"
      backgroundColor="0xffffff" backgroundAlpha="1" />

      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: