IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics
https://bit.ly/2kuu1fT
Other
477 stars 84 forks source link

Accessibility issue: Expanded change of state of filter button in igGrid does not announce #2243

Open kousikgithubac opened 5 months ago

kousikgithubac commented 5 months ago

Description

The expanded state change of filter button in igGrid needs to announce. This is in accordance with following guidelines:

Rule details Expanded change of state not announced

Rule ID man-sr-25

WCAG success criteria 4.1.2 - Name, Role, Value

WCAG conformance level WCAG 2.0 Level A

Disabilities affected Visual Cognitive

Steps to reproduce:

  1. Go to the sample.
  2. Use NVDA or another accessibility tool.
  3. Navigate to the input field in the data grid.

Result:

The state of the button "Filter", whether its content is collapsed or expanded, is not announced by the screen reader.

Expected result:

The screen reader should announce when the state changes between expanded and collapsed.

Attachments

Menu Expand State