New issue
Advanced search Search tips

Issue 609603 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Dec 11
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug
Team-Accessibility



Sign in to add a comment

Content descriptions on android tabs is not sufficient

Reported by fufra...@amazon.com, May 5 2016

Issue description

Chrome Version       : 52.0.2716.0

What steps will reproduce the problem?
(1) Turn on screen reader
(2) Create multiple tabs
(3) Focus current tab
(4) Focus backgrounded tab

What is the expected result?
Current tab notified differently than backgrounded tab

What happens instead?
Current tab notified identically as backgrounded tab

The current content description on tabs within the tab strip on
android is the title alone, which is not enough information for users
to know that they've highlighted a tab and whether or not that tab is
selected.

 
Labels: OS-Android
Cc: aska...@chromium.org
Labels: triage-te
Cc: -aska...@chromium.org krav...@chromium.org
Components: UI>Accessibility

Comment 5 by kravula@google.com, Aug 18 2016

Cc: -krav...@chromium.org twelling...@chromium.org
Labels: -triage-te
Status: Available (was: Unconfirmed)
Labels: NewComponent-Accessibility-Compatibility
Labels: NewComponent-Accessibility
Components: UI>Accessibility>Compatibility
Components: -UI>Accessibility
Labels: -newcomponent-accessibility-compatibility -newcomponent-accessibility
Labels: triage-android-remaining
Looks like it's fixed but let's verify with the latest version of Chrome, to be sure...
Project Member

Comment 13 by sheriffbot@chromium.org, Sep 27

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Status: Available (was: Untriaged)
Labels: Needs-TestConfirmation
Status: Unconfirmed (was: Available)
Labels: Hotlist-UI-Polish
Status: Available (was: Unconfirmed)
Confirmed this on Chrome 69. The CL above (https://codereview.chromium.org/1956833002) added StripLayoutHelper.setAccessibilityDescription [1], but it relies on Tab.isHidden [2] which (this part is a guess) is now always false when the tabstrip is open since the tabs are hidden.

[1] https://cs.chromium.org/chromium/src/chrome/android/java/src/org/chromium/chrome/browser/compositor/overlays/strip/StripLayoutHelper.java?q=%22private+void+setAccessibilityDescription%22

[2] https://cs.chromium.org/chromium/src/chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java?q=%22public boolean isHidden()%22
Components: UI>Browser
Labels: a11y-required
Components: UI>Browser>TabStrip
Status: Fixed (was: Available)
Per the CL in #3 and the comment in #17 this is fixed. The foreground tab reads the tab title followed by "selected tab".

We also have an accessibility tab switcher on tablets so users have a simple list presentation of open tabs if they don't want to navigate the tab strip.

Sign in to add a comment