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

TileLayout falls into an infinite loop

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • Adobe Flex SDK 4.1 (Release)
    • None
    • Spark: TileLayout
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Browser: Other (specify version)
      Language Found: English

    Description

      Steps to reproduce:
      Create a project and add the following code

      <s:List width="240">
      <s:layout>
      <s:TileLayout requestedColumnCount="7" horizontalGap="1" columnAlign="justifyUsingGap" />
      </s:layout>
      <s:dataProvider>
      <s:ArrayList>
      <fx:Object label="1"/>
      <fx:Object label="2"/>
      <fx:Object label="3"/>
      <fx:Object label="4"/>
      <fx:Object label="5"/>
      <fx:Object label="6"/>
      <fx:Object label="7"/>
      <fx:Object label="8"/>
      <fx:Object label="9"/>
      </s:ArrayList>
      </s:dataProvider>
      </s:List>

      Actual Results: The application will hang after the script has been running for over 15 seconds.

      Expected Results: The code shouldn't hang.

      Workaround (if any): Don't use those specific values.

      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: