As part of a11y (accessibility) testing, we found that when we have a table that extends beyond the bottom edge of the browser, and we are navigating the table via the keyboard, the cell in focus can go offscreen.
1) Place focus within the table
2) Navigate the table cells via keyboard (Arrows -> <UP>, <DOWN>, <LEFT>, <RIGHT>)
3) Note that when you access a cell that is off screen, the page does not scroll to allow you as the user to see it.
Is there a way to force the page to scroll to show the currently selected cell?
Thanks,
--Ed
1) Place focus within the table
2) Navigate the table cells via keyboard (Arrows -> <UP>, <DOWN>, <LEFT>, <RIGHT>)
3) Note that when you access a cell that is off screen, the page does not scroll to allow you as the user to see it.
Is there a way to force the page to scroll to show the currently selected cell?
Thanks,
--Ed