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

Advanced Data Grid Column Coloring issue on scrolling

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Later
    • Adobe Flex SDK Previous
    • None
    • ADG:Display
    • None
    • Affected OS(s): Windows
      Affected OS(s):
      Language Found: English

    Description

      Steps to reproduce:
      1. Create an advanced data grid with 5 or 6 columns and size it in such a way that you can see a horizontal scrollbar
      2. Set a default background color for a column
      3. scroll horizontally

      Actual Results:
      The background color on the column where it has been set by default vanishes

      Expected Results:
      The background color stays on scrolling

      Workaround (if any):
      Overiding function drawColumnBackGround and commenting out the the following lines of code makes the behavior correct.

      /*
      if(columnIndex >= lockedColumnCount &&
      columnIndex < lockedColumnCount + horizontalScrollPosition)
      return;
      */

      I have attached a sample mxml to replicate the issue.

      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: