Description
If Accessibility enabled is turned off, the Tab key sequence stops at the Configuration Item's Dependency view' and Health Dashboard' icon on the forms for the incident and change_request tables.
Steps to Reproduce
-
Click the gear icon in the upper right and, in the General section, make sure Accessibility enabled is turned off.
-
Open any incident and make sure that the "Configuration item" is populated.
-
Click into the first available field on the form.
-
Continue to press the Tab key until it stops on the Dependency Views UI macro.
Workaround
Replace the following code in the macros:
tabindex="0"
with this Jelly variable:
tabindex="$[jvar_ua_optional_tabindex]"
Related Problem: PRB960991