Open
Description
Summary: Accessibility issue with focus
Steps to reproduce:
- Open demo provided is demo section https://codepen.io/claydiffrient/pen/KNxgav
- Switch on Scree Reader (NVDA + Chrome+ Windows in my case)
- Use keyboard and push "Enter" on "trigger Modal" button -> Modal is visible
- Push "Tab" to chose "Close Modal" button
- Click "Enter" -> Nothing happens, modal is not closed
Additional notes:
In case user will use mouse instead keyboard everything will work.
In case Screen Reader will be switched on when modal is already opened everything will be ok
Looks like modal lost focus some how.