Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Talk back does not work for autocomplete on firefox

  • 6 risposte
  • 9 hanno questo problema
  • 15 visualizzazioni
  • Ultima risposta di 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.

Soluzione scelta

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.

Leggere questa risposta nel contesto 👍 0

Tutte le risposte (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

Soluzione scelta

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.