[jira] [Updated] (FLEX-32728) After selectedIndices was updated, it can not be selected with ShiftKey

2013-06-20 Thread Robert Bar (JIRA)

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

Robert Bar updated FLEX-32728:
--

Attachment: FLEX-32728-demo.zip

a simple project which demonstates the issue

> After selectedIndices was updated, it can not be selected with ShiftKey
> ---
>
> Key: FLEX-32728
> URL: https://issues.apache.org/jira/browse/FLEX-32728
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Advanced Data Grid
>Affects Versions: Adobe Flex SDK 3.0 (Release)
> Environment: Affected OS(s): Windows
> Affected OS(s): Windows XP
> Language Found: Japanese
>Reporter: Adobe JIRA
>Priority: Minor
>  Labels: easyfix, easytest
> Attachments: FLEX-32728-demo.zip
>
>
> Steps to reproduce:
> 1. run the attached source
> 2. click "update indices" button
> 3. click a row with shift-key
>  
>  Actual Results:
>  it can't be selected
>  
>  Expected Results:
>  it should be selected
>  
>  Workaround (if any):

--
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


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

2013-02-15 Thread Robert Bar (JIRA)

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

Robert Bar updated FLEX-33157:
--

Fix Version/s: (was: Adobe Flex SDK 4.5 (Release))
   Adobe Flex SDK Next

> 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
>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