Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typeahead accessibility failed with screen reader NVDA #6681

Open
jacques-lebourgeois opened this issue Sep 6, 2024 · 0 comments
Open

Typeahead accessibility failed with screen reader NVDA #6681

jacques-lebourgeois opened this issue Sep 6, 2024 · 0 comments

Comments

@jacques-lebourgeois
Copy link

Bug description:
When using a screen reader, the user is not informed on the currently active line in the dropdown list

Plunker/StackBlitz that reproduces the issue:

  • Install NVDA screen reader
  • Run NVDA
  • Go on the example page with min-lenth
  • Move down and up in the drop down list
  • The screen reader just read "Vide" (in french, that means empty in english)

Versions of ngx-bootstrap, Angular, and Bootstrap:

ngx-bootstrap: last one

Angular: last one

Bootstrap: last one

Build system: Angular CLI, System.js, webpack, starter seed:

Expected behavior

To make in work in our Angular project, we create a complentary directive that had aria-activedescendant="ngb-typeahead-0-0"
to the input element and aria-selected="true|false" to each button of the ldropdown list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant