Search and Top Navigation
#9631 closed bug (fixed)
Opened October 27, 2013 07:36PM UTC
Closed January 14, 2014 10:10AM UTC
Last modified January 14, 2014 10:10AM UTC
Autocomplete: default functionality does not announce the suggestions correctly
Reported by: | dylanb | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.autocomplete | Version: | 1.10.3 |
Keywords: | a11y | Cc: | |
Blocked by: | Blocking: |
Description
Using the demo of the default autocomplete widget, the default functionality does not make its announcements correctly.
The problem with the implementation is the fact that the input field is being updated as the suggestions are traversed and the AT is trying to announce these updates. In addition, there is no attempt being made to get the currently "highlighted" suggestion to announce correctly.
A better solution would be to not update the input field until the user has made a choice and user aria-live to announce the selections as the user traverses through them.
Attachments (0)
Change History (5)
Changed October 27, 2013 08:06PM UTC by comment:1
Changed October 28, 2013 07:28PM UTC by comment:2
keywords: | → a11y |
---|---|
status: | new → open |
Changed January 14, 2014 10:10AM UTC by comment:4
resolution: | → fixed |
---|---|
status: | open → closed |
Autocomplete: Announce autocomplete correctly in all ATs.
Fixes #9631
Closes gh-1153
Changeset: 0b28d597fe1857590c9719c8b41f00e77967f7d7
Changed January 14, 2014 10:10AM UTC by comment:5
milestone: | none → 1.11.0 |
---|
Additional information - with JAWS the autocomplete keeps popping out of forms mode, there are 2 possible solutions to this that will need to be investigated along with the approach chosen to address the announcement problem which affects all screen readers.