react-spectrum
react-spectrum copied to clipboard
Checkbox focus ring disappears when toggling the checkbox via SPACE with NVDA enabled
๐ Bug Report
The focus ring disappears from the checkbox if the user toggles selection via space when NVDA is enabled. This happens for our React Spectrum Checkbox and for the example in the react aria docs (https://react-spectrum.adobe.com/react-aria/useCheckbox.html#styling). Perhaps is a useFocusRing/useFocusVisible issue?
๐ค Expected Behavior
Focus ring shouldn't disappear from the checkbox when toggling selection
๐ฏ Current Behavior
Focus ring disappears from the checkbox when toggling selection when NVDA is enabled
๐ Possible Solution
Still digging, might be something in useFocusRing/useFocusVisible
๐ Your Environment
| Software | Version(s) |
|---|---|
| react-spectrum | 3.12 |
| Browser | . Chrome |
| Operating System | . Windows 11 |
๐งข Your Company/Team
RSP
any solution to workaround it?