Select to view content in your preferred language

Accessibility Issue - Hidden keyboard/tab focus for widgets within column section

88
3
12 hours ago
Labels (1)
Tiff
by
Frequent Contributor

We just had our accessibility testing done on our Experience Builder application. We found that there is an issue flagged for column section. Each column section/widget seems to be a "hidden interactive element" where there is keyboard focus applied to that column section. However, that causes an accessibility issue because it's unclear what is being focused on and there is nothing the user can do, making it an unnecessary "stop".

Can anyone from Esri or users advise or provide guidance - is this something that can be resolved for column sections? Are columns generally not advised to be used for accessibility reasons? 

Shown in photo #1 is the error with the 9, 5, 8 as hidden interactive elements due to the column widget. Also some are nested within one another (in terms of how I built the app) - shown in photo #2 below.

I would love to learn more about best practices and any suggestions before I rearrange my app. Thank you!

Tiff_0-1754395445754.png

 

Tiff_1-1754395405654.png

 

 

3 Replies
JeffreyThompson2
MVP Frequent Contributor

JeffreyThompson2_0-1754396786601.png

I haven't gotten into as much Accessibility testing as I should/will need to. Have you tried clicking the A11Y button on the bottom bar? Does it help?

GIS Developer
City of Arlington, Texas
0 Kudos
Tiff
by
Frequent Contributor

Hi @JeffreyThompson2 Thanks for your note! I thought I had it turned on but for some reason it was toggled off. it did not seem to fix the issue though, still two or three hidden stops as a result of the column. 

0 Kudos
NicoleJohnson
Frequent Contributor

@Tiff, it looks like you might have to make a small adjustment (any adjustment) to your layout to trigger the tab order recalculation.

I'm also wondering if it's not a tab order issue per se and more just that you can't see parts of the focus indicator as you're navigating, so then it looks weird?

I just made a rough mock-up of what you have, and it looks like the whole sections get focus as you tab through, but if your column widgets are lacking padding, you're not going to see all the edges of the focus indicator, making it possibly look like some hidden interactive thing when really it's just saying, "this is all one thing."

Screenshot 2025-08-05 103019.png

For example, if I remove all the padding, I just get this weird divider-looking thing between the top section navigation and the in-section navigation, because I'm not able to see the sides of the focus indicator due to lack of padding:

Screenshot 2025-08-05 104529.png

 

0 Kudos