Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Talk back does not work for autocomplete on firefox

  • 6 odpovedí
  • 9 má tento problém
  • 3 zobrazenia
  • Posledná odpoveď od 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.

Vybrané riešenie

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.

Čítať túto odpoveď v kontexte 👍 0

Všetky odpovede (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

Vybrané riešenie

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.