New issue
Advanced search Search tips

Issue 845754 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Mac
Pri: 2
Type: Bug



Sign in to add a comment

A11y: aria-labelledy on the shortcut input field is referenced to an empty label node

Reported by gurupras...@gmail.com, May 23 2018

Issue description

UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3437.2 Safari/537.36

Steps to reproduce the problem:
1. Install a chrome extension that contains a few configured keyboard shortcuts
2. Open chrome://extensions/shortcuts
3. Inspect the edit field adjacent to the shortcut command name
4. In the Accessibility tab of the dev tools, observe that the name property of the <input> node is "" as its aria-labelledby is referenced to an empty label node
5. Observe that the respective command label is not announced when navigating using JAWS and NVDA.

What is the expected behavior?
The label of the shortcut command associated with the input field should be announced

What went wrong?
aria-labelledy of the input element is referenced to an empty label node

Did this work before? No 

Chrome version: 68.0.3437.2  Channel: canary
OS Version: 10.0
Flash Version:
 
input containing aria-labelledby referenced to an empty label node.png
81.7 KB View Download
Input missing label - JAWS Test.png
47.1 KB View Download
Input missing label - NVDA Test.png
45.1 KB View Download
Labels: Needs-Triage-M68
Labels: M-68 Triaged-ET FoundIn-68 Target-68 OS-Linux OS-Mac
Status: Untriaged (was: Unconfirmed)
Able to reproduce the issue on Mac 10.13.3, Win-10 and Ubuntu 14.04 using chrome reported version #68.0.3437.2 and latest canary #68.0.3438.0.

This issue is seen only with Material design extensions. It is working fine in old UI.

As this issue is seen from the introduction of material design extension flag from M63, considering this issue as Non-Regression and marking as untriaged for further inputs from dev team.

Thanks...!!

Sign in to add a comment