Scroll bug when filtering

When applying a filter to a long list of items, the view position stays the same, but it should at least jump so that the last items are visible. For example having 200 items and looking at items 190-200. I apply a filter that ends up showing 10 items. My view is now empty, because it still shows the position of items 190-200 (although there are only 15 items now). I have to scroll up to view the 15 filtered items.

Expected behaviour would be once the filter is applied and there are no items in view, the view automatically shows the filtered items.

Hi @micck, good catch, I never noticed this before. Thanks for reporting!

I’ll report this to the dev team asap to see what can be done about this.

1 Like