ListBox::selectRangeOfRows bug

In ListBox multiple selection mode, shift + down improperly deselects all but the two most recently selected rows. Shift + up works as expected. The problem traces first to the ListBox::selectRangeOfRows method, and then to SparseSet::addRange. It loses me after that. You can see this behavior in the Tables demo.

Have you tested this with the latest develop branch? Some issues with SparseSet were fixed recently

Perfect. Thanks much!

This should be a known bug in 5.3.1.

Yes.

The fix has been cherry-picked onto the master branch too - so it’s just older clones and the website downloads that are currently affected.

1 Like