You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Mihai Chira (JIRA)" <ji...@apache.org> on 2014/07/03 13:41:24 UTC

[jira] [Reopened] (FLEX-32533) Error 1009 when AIR application is reduced and an AdvancedDataGrid has at least one column with backgroundColor property set.

     [ https://issues.apache.org/jira/browse/FLEX-32533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mihai Chira reopened FLEX-32533:
--------------------------------

      Assignee:     (was: Adobe JIRA)

> Error 1009 when AIR application is reduced and an AdvancedDataGrid has at least one column with backgroundColor property set.
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLEX-32533
>                 URL: https://issues.apache.org/jira/browse/FLEX-32533
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Advanced Data Grid
>    Affects Versions: Adobe Flex SDK Previous, Apache Flex 4.12.1
>         Environment: Affected OS(s): Windows
> Affected OS(s): Windows XP
> Language Found: English
>            Reporter: Adobe JIRA
>            Priority: Minor
>         Attachments: _ShortADGWithColor.fxp
>
>
> Steps to reproduce:
> 1. Add an AdvancedDataGrid
> 2. Add a column and set backgroundColor
> 3. Execute application and reduce
>  
>  Actual Results:
>  Error 1009 in drawColumnBackground method of AdvancedDataGridBaseEx class. rowInfo[listItems.length - 1]; return null value ! because listItems.length = 0
>  
>  Expected Results:
>  No error
>  
>  Workaround (if any):
>  Define a new class from AdvancedDataGrid and override this method to test listItems.length or return value of rowInfo[listItems.length - 1]



--
This message was sent by Atlassian JIRA
(v6.2#6252)