You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Hello,
It seem's that the last version of ngAria (1.3.14 and 1.4.0beta5 ) has a regression for components with role=checkbox.
Even if the component is not checked the value of aria-check is always set to true.
I used the plunker from the Angular Accessibility Developper guide to test it.
In the plunker when I set the version of ngAria to 1.4.0beta4 it works.
The text was updated successfully, but these errors were encountered:
Hi, component with role=menuitemcheckbox has also the same regression (Even if the component is not checked the value of aria-check is always set to true).
Narretz
added a commit
to Narretz/angular.js
that referenced
this issue
Mar 16, 2015
Hello,
It seem's that the last version of ngAria (1.3.14 and 1.4.0beta5 ) has a regression for components with role=checkbox.
Even if the component is not checked the value of aria-check is always set to true.
I used the plunker from the Angular Accessibility Developper guide to test it.
In the plunker when I set the version of ngAria to 1.4.0beta4 it works.
The text was updated successfully, but these errors were encountered: