When checking items while in a filtered view (ie. "active"), an action that would get an item filtered out sometimes brings back a different item instead.
I didn't investigate further, but this looks like an index or possibly event binding mismatch.
How to reproduce:
- Insert items 1, 2, 3
- Switch to "active" filter
- Check "1"
- Check "2"
- Watch as checking "2" brings item "1" back.