You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/09/18 10:50:54 UTC

[jira] [Assigned] (FLEX-33157) Sort class: _fields and fieldList variables can be out of sync

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

Justin Mclean reassigned FLEX-33157:
------------------------------------

    Assignee: Justin Mclean
    
> Sort class: _fields and fieldList variables can be out of sync
> --------------------------------------------------------------
>
>                 Key: FLEX-33157
>                 URL: https://issues.apache.org/jira/browse/FLEX-33157
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: Sort and SortField
>    Affects Versions: Adobe Flex SDK 4.5 (Release)
>            Reporter: Robert Bar
>            Assignee: Justin Mclean
>            Priority: Minor
>             Fix For: Adobe Flex SDK Next
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> NOTE: the issue exists in both, mx and spark Sort classes.
> Sort.findItem function is not able to configure search criteria and skips a block of code due to outdated fieldList variable. It often happens when the user sorts the AdvancedDataGrid by clicking on a certain column header. In the shortest scenario you can reproduce it (without AdvancedDataGrid) as follows:
> 1. create Sort object and assign an empty array of SortField objects to it 
> ->  _fields and fieldList are both empty
> 2. add SortField object directly to the array
> ->  _fields length is 1, BUT  fieldList length is 0 (BUG) which disallows findItem() operation to configure search criteria

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira