IgniteUI / ignite-ui

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

Filter buttons in igGrid control don't have proper aria-role specified #2240

Open georgianastasov opened 5 months ago

georgianastasov commented 5 months ago

Description

The filter buttons in igGrid control don't have proper aria-role specified. This creates trouble when one is using accessibility tools such as NVDA. It reads the role wrongly in NVDA speech viewers. When reaching filter buttons, the screen reader cannot identify that it is a button or it functions as a button.

Steps to reproduce

  1. Go to this sample.
  2. Use NVDA or other accessibility tool.
  3. Reach the filter buttons in the grid.

Result

The screen reader doesn't identify the filter buttons as a buttons.

Expected result

The screen reader should identify the filter buttons as a buttons.

Attachments

1