IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics

Home Page:https://bit.ly/2kuu1fT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

georgianastasov opened this issue · comments

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.

  • ignite-ui version: any
  • browser: any

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