Open nwanduka opened 4 months ago
Update:. Turns our both buttons in the details modal are keyboard accessible. However, there's a problem with the focus order when the modal is active. Currently:
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Describe the bug The details modal on the Info page is not keyboard accessible. There are two interactive components on it: the cancel icon at the top right of the modal and the cancel button at the bottom right. None of the components are accessible using the tab key.
To Reproduce Steps to reproduce the behavior:
Expected behavior Users should be able to close the details modal entirely using their keyboard.