camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
231 stars 286 forks source link

[Accessibility] Info Page: Details modal is not keyboard accessible #996

Open nwanduka opened 6 days ago

nwanduka commented 6 days ago

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:

  1. Go to 'Info' on the nav bar
  2. Click on 'Details'
  3. Press the tab key on your keyboard
  4. See error

Expected behavior Users should be able to close the details modal entirely using their keyboard.