Comment #1 on issue 1099 by tu...@tudorgirba.com: update visible list items on selection https://code.google.com/p/moose-technology/issues/detail?id=1099
Thanks. I think with the current list implementation we cannot handle this use case. Imagine you would have a 100k items in your list and you would select the last item. It would mean that we have to show the whole list, but this is precisely the point of the paging. The same mechanism is actually used also when you write a selection query for a group, so having 100k items is not an unusual case.
I agree that it is not intuitive, but handling it will require a new implementation of the list. For example, we can imagine having some sort of ... in the middle of the list and show only the selected items (in your case it would be (1,2,3,4,5,6,7,8,9,10 ... 14) . We will likely get to it but not in the near future, unfortunately.
Or do you have another idea?