You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using keyboard navigation to TAB through a page, modals should not open up unless the ENTER key is hit. Currently, this is not happening when a user hits TAB on a button that triggers a modal, the modal opens up.
Description
When using keyboard navigation to
TAB
through a page, modals should not open up unless theENTER
key is hit. Currently, this is not happening when a user hitsTAB
on a button that triggers a modal, the modal opens up.Fixing this issue should be done in the React component for Modal.
Reproduction Steps
Current Behaviour
TAB
through the entire page until you hit a button that opens a modalTAB
againExpected Behaviour
TAB
through the entire page until you hit a button that opens a modalTAB
againENTER
and the modal should open upContributor Blurb Modals
These appear on the non-signed in Homepage and the About page (non-signed in and signed in).
Notification Modal in the Dashboard Navigation
This appears on every signed-in page.
Please assign yourself (via the Assignees dropdown), if you do want to work on this issue. Can't find yourself? You need to join our organization.
Check out our Picking Up Issues guide if you haven't already!
The text was updated successfully, but these errors were encountered: