When removing items from page 3 of a 10 page list, the user is always returned to page 1 of the list once the browser refreshes the page. The user than has to navigate back to the page of the list they were working on to continuing to work. This is time consuming when working on large lists. To reproduce: 1. Create a list with enough items to have multiple pages. 2. Navigate to page 3 of the list. 3. Select a few items and remove them from the list. The user is then returned to page 1 of the list. It would be nice if the user was returned to the page they were on, which would be page 3 of this example and not page 1.