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!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Talk back does not work for autocomplete on firefox

  • 6 个回答
  • 9 人有此问题
  • 3 次查看
  • 最后回复者为 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.

被采纳的解决方案

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.

定位到答案原位置 👍 0

所有回复 (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

选择的解决方案

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.