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

Horizontal gaps can become nonzero when explicitly set to 0. Perhaps this is a rounding issue.

    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:
      1. Run this code and change the Group's width (it is bound to a slider):
      <Group id="group1" width="

      {sGroupWidth.value}

      ">
      <layout>
      <TileLayout id="tl1" justifyColumns="columnSize" horizontalGap="0" />
      </layout>
      </Group>

      Actual Results:
      The horizontalGap is occasionally greater than 0.

      Expected Results:
      The horizontalGap should always be zero because it is set to zero and the justification is supposed to be done with columnSize.

      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: