reactjs/react-modal

Focus escapes modal when radio buttons in modal

Open

#636 aberto em 29 de mar. de 2018

Ver no GitHub
 (8 comments) (11 reactions) (0 assignees)JavaScript (828 forks)batch import
accessibilitybugeasygood first issue

Métricas do repositório

Stars
 (7.294 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Summary:

When there are radio buttons in a modal, you can escape focus with shift-tab.

Steps to reproduce:

Steps are included in the test case below

Expected behavior:

You should not be able to escape the modal's focus

Link to example of issue:

https://codesandbox.io/s/my9vm34m68

Additional notes:

Not sure if it's related specifically to radio buttons, but that is what is causing the issue for me

Guia do colaborador