Bug Description
was browsing the leaderboard, scrolled down a bit, hit load more — and the whole page jumped back to the top. had to scroll all the way down again just to see the new entries that loaded. happened every single time i loaded more results.
What's happening
when new leaderboard entries are loaded, the page scrolls back to the top instead of keeping the user's current scroll position. so you load more, get yanked to the top, have to scroll back down to find where you were.
Expected behavior
after loading more entries the scroll position should stay roughly where it was so you can continue from where you left off. pretty standard infinite scroll / load more behavior.
Why it matters
it completely breaks the browsing flow. every "load more" click essentially resets your progress through the list.
Component
leaderboard component — load more / pagination
Bug Description
was browsing the leaderboard, scrolled down a bit, hit load more — and the whole page jumped back to the top. had to scroll all the way down again just to see the new entries that loaded. happened every single time i loaded more results.
What's happening
when new leaderboard entries are loaded, the page scrolls back to the top instead of keeping the user's current scroll position. so you load more, get yanked to the top, have to scroll back down to find where you were.
Expected behavior
after loading more entries the scroll position should stay roughly where it was so you can continue from where you left off. pretty standard infinite scroll / load more behavior.
Why it matters
it completely breaks the browsing flow. every "load more" click essentially resets your progress through the list.
Component
leaderboard component — load more / pagination