-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 9.7.0
-
Component/s: Accessibility
-
9.07
-
Severity 3 - Minor
Issue Summary
On the “Viewing an issue” page, the link that is visually highlighted as currently relevant in the breadcrumbs section does not have a programmatically defined current page state.
Steps to Reproduce
- Navigate onto the above mentioned page.
- Navigate onto the mentioned instances and observe that one of the link is visually highlighted as currently relevant.
- Inspect its code.
- Observe that the current state is not programmatically defined.
Screenshot
![]()
Actual Results
The visually highlighted as currently active link in the breadcrumbs section does not have a programmatically defined current state. This might mislead or confuse the Screen reader and Voice recognition users.
Expected Results
Make sure that the current state is programmatically defined for the currently active link. Use “aria-current”. The possible specific values that “aria-current” accepts are “page”, “step”, “location”, “date”, “time”. As well, “true” and “false” can be used as a catch-all value to determine whether an element is current or not.
Code Snippet
<a href="..." aria-current="page">KAN-2</a>
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
Environment
MacBook Pro (16-inch, 2021)
macOS Monterey Version 12.4
Chrome - Version 103.0.5060.134 (Official Build) (arm64)
Firefox- Version 93.0 (32-bit)
Safari- Version 15.5 (17613.2.7.1.8)
JAWS- Version 2022
NVDA- Version 2020.3
Voiceover - Version Latest
- duplicates
-
JRASERVER-75309 Viewing an Issue: Current state is not defined
-
- Closed
-
- is resolved by
-
A11Y-3 Loading...