FLUID-6666: Both the old and new pager summary are announced by screen reader when page changed

Metadata

Source
FLUID-6666
Type
Bug
Priority
Major
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Justin Obara
Created
2021-07-15T08:39:27.230-0400
Updated
2021-07-15T08:39:27.230-0400
Versions
  1. 3.0
Fixed Versions
N/A
Component
  1. Pager

Description

The pager summary has the aria-relevant=all. This tells the screen reader to announce both the removed and added text. Causing both to be announced, for example:

  • Viewing page 1. Showing records 1 - 20 of 164 items.
  • Viewing page 2. Showing records 21 - 40 of 164 items.

Which is rather confusing, as at first it seems that the page didn't change. Setting aria-relevant to "text" (default) or "additions" may perform better.

Steps to reproduce:

  1. Open the Pager demo
  2. With VoiceOver enabled click on a different page link
  3. Noice that the the old page summary and new page summary are both announced.

Environments

Safari 14.1.1 & VoiceOver (macOS 11.4)