blacklight icon indicating copy to clipboard operation
blacklight copied to clipboard

Search Bar Autocomplete and Screen Reader(s)

Open mtribone opened this issue 6 years ago • 1 comments

When testing Blacklight 7 with the available online demo (http://demo.projectblacklight.org/) our users with the accessibility group experienced difficulty with the autocomplete and the search bar.

  1. Two input boxes near each other, one being read only and the other being edit, was a little confusing. If 2 input boxes are to be used then add additional descriptive or help text to aid users.
  2. Autocomplete doesn't announce itself when typing into the input. Screen reader users are unaware that other suggestions based on their input are occurring at the same time.
  3. When typing a term into the search box and hitting TAB to get to the next form element, the action of hitting TAB selects the first result from the autocomplete. This is confusing to the user because the search is performed with a completely different set of search terms. TAB should not be used to select items from autocomplete.

mtribone avatar Jun 21 '18 18:06 mtribone

Cf #1905

barmintor avatar Oct 24 '18 19:10 barmintor

#2576 replaced the autocomplete implementation, and hopefully/presumably github's is better.

cbeer avatar Oct 03 '22 18:10 cbeer