Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Talk back does not work for autocomplete on firefox

  • 6 réponses
  • 9 ont ce problème
  • 3 vues
  • Dernière réponse par MarcoZ

more options

In my website i have used auto complete functionality for suburb and i want to implement accessibility in my web site. When viewing the web site on an android mobile in accessibility mode i am not able to achieve the below while using Talk Back

1. Talkback does not read the dropdown values in the autocpmplete 2. I am not able to select any value in the drop down.

In my website i have used auto complete functionality for suburb and i want to implement accessibility in my web site. When viewing the web site on an android mobile in accessibility mode i am not able to achieve the below while using Talk Back 1. Talkback does not read the dropdown values in the autocpmplete 2. I am not able to select any value in the drop down.

Solution choisie

How are you coding the auto-complete? Do they get states and properties like I describe in this blog post? Or at least something similar? Also, it is important that you insert the auto-complete items near the actual input, not at the end of the document, because the screen reader will always use the HTML order, not the CSS generated visual layout.

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (6)

more options

I turned on Talkback to see if I can reproduce this, I understand that when I turned it on the following cannot be turned on at the same time: air gesture, aire view, assistant menu, smart screen, interaction control. multi window, turn off all sounds, direct pen input, palm motion and one-handed operation.

In the url bar there is no autocomplete, but if you tap over the suggestions on the newtab page that is below it will read the highlighted suggestion. However for elements in an html page I could not highlight or select the dropdown menu items as well.

Is this an android bug as well?

more options
more options

Solution choisie

How are you coding the auto-complete? Do they get states and properties like I describe in this blog post? Or at least something similar? Also, it is important that you insert the auto-complete items near the actual input, not at the end of the document, because the screen reader will always use the HTML order, not the CSS generated visual layout.

more options

Can you provide exact steps, e. g. which web site did you use, what did you enter, etc.?

more options

I am trying to use an JSF Automplete component in my application.

http://www.primefaces.org/showcase/mobile/autoComplete.xhtml;jsessionid=qmjmvysji4na17t3d267vyy7g

This does work on firefox on android , however, when talk back is on this does not even open and no values are read

more options

I just checked out this component in Firefox for desktop, and it does not employ real accessibility features. For components to work well in Firefox and TalkBack, they need to follow certain accessibility standards. This component you were trying to use, does not.