ThePacielloGroup / ARC-Toolkit

Quickly uncover and resolve accessibility issues on any web page with TPGi’s single-page, on-demand, accessibility testing tool.
https://www.tpgi.com/arc-platform/arc-toolkit/
7 stars 1 forks source link

Scrollable Element is not focusable #62

Closed dinutraveltickets closed 5 months ago

dinutraveltickets commented 5 months ago

I have Datatable with scrollable options as it contains more columns. And data in DataTable don't have any focusable elements.

When I access ARC Toolkit Run Test It is showing "Scrollable Element is not focusable" error. If I add tabindex to the scrollable element that error is not coming.

Could you please let me know is this expected, because this error is not there in previous version. PFA screen shot.

image

Thanks & Regards Dinesh G.

ferllings commented 5 months ago

hi @dinutraveltickets, is possible to get an url, or the source code of the table only?

dinutraveltickets commented 5 months ago

Sure Ferlling, PFA attached source code and screen shot

image table-sourcecode.txt

dinutraveltickets commented 5 months ago

@ferllings, have you got any chance to look into this?

ferllings commented 5 months ago

@dinutraveltickets Not yet. I'll add a note here, if I'm (or not) able to reproduce.

ferllings commented 5 months ago

I had a look and we believe this is correct: The rule was recently introduced, and it flags your table because the scrollbar is set on the table (probably using css overflow). And if the table is not focusable, there is no way for a keyboard user to move the slider.

dinutraveltickets commented 5 months ago

Thanks for the update @ferllings