IgniteUI / ignite-ui

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

The filter edit input field in igGrid need to have more descriptive text for aria-label #2242

Open kousikgithubac opened 5 months ago

kousikgithubac commented 5 months ago

Description

The filter edit input field in igGrid needs to have more descriptive text for the aria-label. This is in accordance with following rule details -

Rule details Label is not descriptive

Rule ID man-sr-32

WCAG success criteria 2.4.6 - Headings and Labels

WCAG conformance level WCAG 2.0 Level AA

Disabilities affected Visual Cognitive

Created this ticked as per the suggestion provided in support ticket no: C-00235196

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 screen reader doesn't identify the label of the text editor field as shown in the attached screenshot.

Expected result:

The screen reader should identify the label of the text editor field.

Attachments

Input field issue