python-editor-v3 icon indicating copy to clipboard operation
python-editor-v3 copied to clipboard

NVDA cannot read the text size input when editing it

Open microbit-robert opened this issue 2 years ago • 3 comments

In the settings dialog, the font size input is read as “blank” by NVDA when editing, although the whole line is read correctly with the value when not editing. Changing the input type to number resolves the issue, but this requires further investigation.

microbit-robert avatar Apr 07 '22 08:04 microbit-robert

The Chakra-UI component is fully accessible - https://chakra-ui.com/docs/components/form/number-input. NVDA, in my experience on chromium based browsers seems to be ignoring aria-valuenow, aria-valuemin and aria-valuemax. The current value is read in Firefox.

microbit-robert avatar Apr 11 '22 10:04 microbit-robert

Investigate whether this happens with the Chakra-UI example.

microbit-robert avatar Apr 22 '22 10:04 microbit-robert

This issue is also observed in the Chakra-UI example.

microbit-robert avatar Apr 26 '22 15:04 microbit-robert