Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Apache Flex 4.15.0
-
None
Description
HierarchicalCollectionViewCursor.findAny() and HierarchicalCollectionViewCursor.findLast() return true for any values parameter that's a sealed class instance or the value null, even though they don't actually find that item, and end up setting the cursor's current property on the wrong item in the collection view.
I'm not sure if this causes bugs higher up the chain, but I imagine it does.
This bug has the same cause as FLEX-33058.
Attachments
Issue Links
- relates to
-
FLEX-33058 RTE in HierarchicalCollectionViewCursor when a refresh occurs and old cursor had an enumerable property that new cursor item doesn't
- Resolved