Follow-up from "Add pagination to compliance framework report"
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
The following discussion from !139743 (merged) should be addressed:
-
@psjakubowska started a discussion: (+1 comment) issue (ux, non-blocking): It would be great if we have this as a follow-up. This is actually a common issue with our pagination. We have a requirement to keep the focus and scroll position at the top of the new page, so that after going to it a user can continue browsing through the list (see accessibility section for pagination). Right now
onNextPagetakes the focus to the top of the browser (see how much tabbing I need to do to come back to the framework table). And theonPrevPagegoes to theNextbutton (a bit closer to the content but still not ideal).