calcite-pagination
navigation buttons does not shift focus to the first focusable element
#11920
Closed
2 of 5 tasks
Labels
0 - new
New issues that need assignment.
a11y
Issues related to Accessibility fixes or improvements.
ArcGIS Business/Community Analyst
Issues logged by ArcGIS Business/Community Analyst team members.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
impact - p2 - want for an upcoming milestone
User set priority impact status of p2 - want for an upcoming milestone
needs triage
Planning workflow - pending design/dev review.
Check existing issues
Summary
Issue
There are interactive elements in page content that do not receive focus when the next/previous button in Pagination is activated.
User Impact
Screen reader users will be unable to determine that these page content has changed unless they review the entire page. Keyboard-only users will have difficulty navigating into the page content.
Recommendation
Ensure that when the "next page" button in a pagination component is activated, the focus moves to the first interactive element on the new page. Use the JavaScript focus() method to move keyboard focus to the first interactive element.
Actual Behavior
Expected Behavior
After loading new paginated content (say, a new list of results), programmatically move focus to the first interactive element (like a link or button) or to a heading that introduces the content.
Reproduction Sample
https://developers.arcgis.com/calcite-design-system/components/pagination/
Reproduction Steps
Reproduction Version
3.0.0
Working W3C Example/Tutorial
No response
Relevant Info
No response
Regression?
No response
Priority impact
impact - p2 - want for an upcoming milestone
Calcite package
Esri team
ArcGIS Business/Community Analyst
The text was updated successfully, but these errors were encountered: