Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Unable to use arrows keys with radio buttons when using JAWS

SA-28591

Summary



We have a grid with two fields, one is a checkbox and the second is group of radio buttons with Yes/No options in it. With JAWS active, when we TAB from the checkbox field over to the radio button field, we are unable to engage the arrow keys to navigate between the radio button options.


Error Messages



Not Applicable

Steps to Reproduce



Not Applicable

Root Cause



The reported behavior is expected when you have a checkbox field before the group of radio button fields.

Resolution



Here’s the explanation for the reported behavior:

There are two scenarios with the radio buttons that you need to keep in mind when JAWS is active:

1. without checkbox field



In this scenario, when you arrive from the text box field into the first radio button option, JAWS says - "To change selection use Up/Down arrow". This is when it is OK to engage Up/Down arrow keys for navigation between radio button elements.

2. with CHECKBOX followed by Radiobuttons



In this scenario, when you arrive from the checkbox field into the first radio button option, JAWS does NOT say - "To change selection use Up/Down arrow". So in such scenarios, where JAWS does not tell you to engage Up/Down arrow keys, you should use "a" and "Shift+a" keys to navigate through the radio button elments. To select one radio button option, you engage the spacebar.
You can refer to the JAWS documentation on http://www.freedomscientific.com (Forms section)

This behavior is not dependent on Pega code, you can see the same behavior of JAWS when you use the below HTML sample code from http://www.w3schools.com

  <input type="text" name="test1"><br><br>
  <input type="checkbox" name="vehicle" value="Bike">Bike<br><br>
  <input type="radio" name="gender" value="male" checked> Male<br>
  <input type="radio" name="gender" value="female"> Female<br>
  <input type="radio" name="gender" value="other"> Other

 

Published October 15, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us