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

getCellHeight(row:int, col:int) of GridDimensions retrieves cellHeight of row-th column

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • None
    • Spark: Grid
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Browser: Internet Explorer 8.x
      Language Found: English

    Description

      build 19786 : GridDimensions class, the getCellHeigh method :

      public function getCellHeight(row:int, col:int):Number

      { var node:GridRowNode = rowList.find(row); if (node) return node.getCellHeight(row); return NaN; }

      Notice that node.getCellHeight(row) is returned where it should be node.getCellHeight(col)

      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: