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

Screenreader users can't type text #67

Open
brandynbennett opened this issue Nov 1, 2017 · 1 comment
Open

Screenreader users can't type text #67

brandynbennett opened this issue Nov 1, 2017 · 1 comment

Comments

@brandynbennett
Copy link
Contributor

Because the ember-basic-dropdown trigger element has an aria-role of button a screenreader is unable to enter the typeahead area to do any typing.

I think it would make sense to make a triggerRole property in ember-power-select that would be passed through to the role attribute on the ember-basic-dropdown trigger.

The <input> on the ember-power-select-typeahead/trigger should also have a role of combobox

power-select-typeahead-a11y-issue

@brandynbennett brandynbennett changed the title Screenreaders can't type text Screenreaders users can't type text Nov 1, 2017
@brandynbennett brandynbennett changed the title Screenreaders users can't type text Screenreader users can't type text Nov 1, 2017
brandynbennett added a commit to brandynbennett/ember-power-select that referenced this issue Nov 1, 2017
Part of fix for cibernox/ember-power-select-typeahead#67
in `ember-power-select-typeahead`
brandynbennett added a commit to brandynbennett/ember-power-select that referenced this issue Nov 1, 2017
Part of fix for cibernox/ember-power-select-typeahead#67
in `ember-power-select-typeahead`
brandynbennett added a commit to brandynbennett/ember-power-select-typeahead that referenced this issue Nov 1, 2017
A new version of `ember-power-select` accepts a `triggerRole`
attribute which makes it possible to remove the `role="button"`
that was on the trigger element, preventing screenreaders from
typing
brandynbennett added a commit to brandynbennett/ember-power-select-typeahead that referenced this issue Nov 1, 2017
A new version of `ember-power-select` accepts a `triggerRole`
attribute which makes it possible to remove the `role="button"`
that was on the trigger element, preventing screenreaders from
typing
brandynbennett added a commit to brandynbennett/ember-power-select that referenced this issue Nov 6, 2017
Part of fix for cibernox/ember-power-select-typeahead#67
in `ember-power-select-typeahead`
brandynbennett added a commit to brandynbennett/ember-power-select that referenced this issue Nov 6, 2017
Part of fix for cibernox/ember-power-select-typeahead#67
in `ember-power-select-typeahead`
brandynbennett added a commit to brandynbennett/ember-power-select that referenced this issue Nov 6, 2017
Part of fix for cibernox/ember-power-select-typeahead#67
in `ember-power-select-typeahead`
cibernox pushed a commit to cibernox/ember-power-select that referenced this issue Nov 7, 2017
Part of fix for cibernox/ember-power-select-typeahead#67
in `ember-power-select-typeahead`
brandynbennett added a commit to brandynbennett/ember-power-select-typeahead that referenced this issue Nov 7, 2017
A new version of `ember-power-select` accepts a `triggerRole`
attribute which makes it possible to remove the `role="button"`
that was on the trigger element, preventing screenreaders from
typing
brandynbennett added a commit to brandynbennett/ember-power-select-typeahead that referenced this issue Nov 7, 2017
A new version of `ember-power-select` accepts a `triggerRole`
attribute which makes it possible to remove the `role="button"`
that was on the trigger element, preventing screenreaders from
typing
cibernox added a commit that referenced this issue Nov 7, 2017
@acorncom
Copy link

acorncom commented Apr 3, 2018

Looks like this issue can be closed

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

2 participants