Ember-power-select: a11y: Navigating expanded powerSelect with the keyboard doesn't cause the selected item to be spoken by screen reader.

Created on 28 May 2020  路  3Comments  路  Source: cibernox/ember-power-select

Steps to reproduce:

  1. With NVDA and Firefox, in the sample app, navigate to the PowerSelect.
  2. Press Space to open.
  3. Once expanded, press up and down arrows.

Expected: NVDA would read the selected item.
Actual: Nothing is spoken. Or NVDA doesn't even switch to focus mode and doesn't recognize that the dropdown opened.

With VoiceOver on the Mac, seeing the same thing. Up and Down don't speak the new value once the dropdown is open.

Most helpful comment

@cibernox there are a couple of blocking a11y issues that prevent us from using this addon at work- this issue is one of them. Would you be open a chat about how we can help these get unblocked?

All 3 comments

To be clearer, this component needs to implement the full combobox design pattern from the WAI-ARIA authoring practices. It currently only implements pieces of it and is therefore not fully accessible to users of assistive technologies.

CC @mydea because you previously showed an interest in a11y of this component, and @jayjayjpg because we talked about accessibility in the Ember.js eco system before.

@cibernox there are a couple of blocking a11y issues that prevent us from using this addon at work- this issue is one of them. Would you be open a chat about how we can help these get unblocked?

a11y should be a top priority. Happy to help with some general guidance.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

knownasilya picture knownasilya  路  10Comments

angelosarto picture angelosarto  路  8Comments

Sinled picture Sinled  路  8Comments

Kilowhisky picture Kilowhisky  路  8Comments

davelowensohn picture davelowensohn  路  4Comments