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

[ASDoc] HorizontalLayout documentation issues

    XMLWordPrintableJSON

Details

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

    Description

      1. requestedColumnCount property description: "The measured size of this layout will be big enough to display the first requestedColumnCount layout elements."
      I think this should be "The measured width of this layout will be wide enough to display the first requestedColumnCount layout
      elements."

      2. variableColumnWidth
      "Specifies that layout elements are to be allocated their preferred width."
      should be
      "Specifies whether or not layout elements are to be allocated to their preferred width."

      also
      "If false, the actual width of each layout element will be the value value of columnWidth." should be "If false, the actual width of each layout element will be the value of columnWidth."

      3. fractionOfElementInView(index:int):Number
      "An index is "in view" if the corresponding non-null layout element is within the horizontal limits of the layout target's

      scrollRect and included in the layout."
      should start with "Returns 1.0 if the specified index is completely in view, 0.0 if it's not, and a value in between if the index is partially within the view. " so that this appears in the first part of the ASDoc.

      4. paddingBottom ""All layout elements will have at least this much space below them. " should be "The minimum number of pixels between the container's bottom border and the bottom of all the container's layout elements."

      5. paddingTop "All layout elements will have at least this much space above them. " should be "The minimum number of pixels between the container's top border and the top of all the container's layout elements."

      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: