When I get to the bottom of a long list of KB Articles and I use the pagination navigation at the bottom to see the next page of results, I would expect it to load the next page and return me to the top of the KB Articles list.
Instead what happens is the list reloads to show the next set of results, but I'm left at the bottom of the list of results and I need to manually scroll back up to the top to start going through the next list of results.
Clicking "Next" or using the page number navigation should always return me to the top of the list of results, as that is expected behavior.
When I get to the bottom of a long list of KB Articles and I use the pagination navigation at the bottom to see the next page of results, I would expect it to load the next page and return me to the top of the KB Articles list.
Instead what happens is the list reloads to show the next set of results, but I'm left at the bottom of the list of results and I need to manually scroll back up to the top to start going through the next list of results.
Clicking "Next" or using the page number navigation should always return me to the top of the list of results, as that is expected behavior.
What Actions Need To Occur Here?
reload()
function here and here; and in both the lite/pro versions of the software.reload()
function should intelligently move a user back to the top of the list once the AJAX-based reload is complete.