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/08/21 11:35:12 UTC

[jira] [Resolved] (FLEX-34424) HierarchicalCollectionViewCursor.current returns null when previous sibling is removed

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

Mihai Chira resolved FLEX-34424.
--------------------------------

    Resolution: Fixed

> HierarchicalCollectionViewCursor.current returns null when previous sibling is removed
> --------------------------------------------------------------------------------------
>
>                 Key: FLEX-34424
>                 URL: https://issues.apache.org/jira/browse/FLEX-34424
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Advanced Data Grid, mx: Tree
>    Affects Versions: Apache Flex 4.12.1
>            Reporter: Mihai Chira
>            Assignee: Mihai Chira
>             Fix For: Apache Flex 4.13.0
>
>
> *Steps to reproduce A*: run [HierarchicalCollectionViewCursor_FLEX_34424_Test|https://git-wip-us.apache.org/repos/asf?p=flex-sdk.git;a=blob_plain;f=frameworks/tests/unitTests/mx/collections/HierarchicalCollectionViewCursor_FLEX_34424_Test.as;hb=develop] - ideally with a previous version of HierarchicalCollectionViewCursor, HierarchicalCollectionView and LeafNodeCursor, to see how it fails..
> *Steps to reproduce B*:
> # Create a HierarchicalCollectionView with a hierarchical structure with at least 2 levels of depth. See structure at the end of the ticket for example.
> # Create a HierarchicalCollectionViewCursor via HierarchicalCollectionView.createCursor().
> # Call HierarchicalCollectionViewCursor.seek(11), which (correctly) makes  HierarchicalCollectionViewCursor.current == "Region(2) -> City(1) -> Company(2) -> Department(2) -> Employee(3)"
> # Remove "Region(2) -> City(1) -> Company(2) -> Department(2) -> Employee(1)" from its collection
> *Actual behaviour*: HierarchicalCollectionViewCursor.current becomes null.
> *Desired behaviour*: HierarchicalCollectionViewCursor.current stays "Region(2) -> City(1) -> Company(2) -> Department(2) -> Employee(3)".
> *Example structure*:
> Region(1)
> Region(2)
> Region(2) -> City(1)
> Region(2) -> City(1) -> Company(1)
> Region(2) -> City(1) -> Company(2)
> Region(2) -> City(1) -> Company(2) -> Department(1)
> Region(2) -> City(1) -> Company(2) -> Department(1) -> Employee(1)
> Region(2) -> City(1) -> Company(2) -> Department(1) -> Employee(2)
> Region(2) -> City(1) -> Company(2) -> Department(2)
> Region(2) -> City(1) -> Company(2) -> Department(2) -> Employee(1)
> Region(2) -> City(1) -> Company(2) -> Department(2) -> Employee(2)
> Region(2) -> City(1) -> Company(2) -> Department(2) -> Employee(3)
> Region(2) -> City(1) -> Company(2) -> Department(3)
> Region(2) -> City(1) -> Company(2) -> Department(3) -> Employee(1)
> Region(2) -> City(1) -> Company(2) -> Department(3) -> Employee(2)
> Region(2) -> City(1) -> Company(2) -> Department(3) -> Employee(3)
> Region(2) -> City(1) -> Company(2) -> Department(3) -> Employee(4)
> Region(2) -> City(1) -> Company(3)



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