FreedomScientific / standards-support

Contains documentation for Vispero software support of Web standards
https://freedomscientific.github.io/standards-support/
GNU General Public License v3.0
111 stars 13 forks source link

Radio button - twice announcement in VPC mode #849

Closed havvamehfooz closed 4 months ago

havvamehfooz commented 4 months ago

Summary : Radio button is announced twice: once as unchecked and the second time as checked when navigated to the non -selected radio button with the virtual cursor and hitting enter key

Example: It is reproducible in the ARG example: Radio Group Example Using Roving tabindex | APG | WAI | W3C.

Workflow:

The result is that after enter the radio button is announced twice: once as unchecked and the second time as checked. NVDA does not show such behavior. Issue is reproducible with Jaws 2024

JAWS-test commented 4 months ago

I can confirm the problem. It results from the mode change (VPC mode to forms mode):

The problem can be avoided if the radio button is activated with SPACE. This would also be the normal operation of a radio button.

Note: With JAWS 2023, the double output also occurs with ENTER, but 2x with the current status

stevefaulkner commented 4 months ago

The problem can be avoided if the radio button is activated with SPACE. This would also be the normal operation of a radio button.

Thanks @JAWS-test, Not a bug.