SAP / spartacus

Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud that communicates exclusively through the Commerce REST API.
Apache License 2.0
726 stars 372 forks source link

fix: (CXSPA-1001) - Delivery mode radiogroup #18998

Open Pio-Bar opened 1 week ago

Pio-Bar commented 1 week ago

Ticket: CXSPA-1001

A draft on how to fix the radiogroup keyboard controls JAWS bug.

JAWS handles radiogroups a bit differently than VO. JAWS will only enter forms mode after some option has been selected and not when it gets focus. This will not work with our current implementation since the form is re-rendered after any change.

The proposed solution is to hide the displayed label from the screen reader and use an aria-label instead. This is still far from perfect as we never actually enter forms mode.