My app uses a few "nested" ListView blocks where making one selection opens a second ListView with more options as so on. I've been dealing with some strange behavior and assumed it was it was my fault. But take a look at this simple set of blocks that crashes the apps. The app exits with no warnings or errors, it just disappears when you select "A" from ListViewLetters.
Based on the other weirdness I've seen, it seems like once I get two or more ListViews in the mix, the app blocks get 'confused' about which instance it's working with.
I believe it is to do with the recent introduction of the ability to visibly "set" the selection/selectionIndex of an item on a listview ( I could be wrong though....) We still have the issue of every 4th or more item being selected after first selection as well.