Skip to content

Screen Reader: Sign in: Incorrect announcement of the 'Language' dropdown #77541

@olenamihno

Description

@olenamihno

Action Performed:

  1. Using Android TalkBack, open the Expensify app
  2. Swipe to the 'Language' dropdown
  3. Listen to the TalkBack announcement

Expected Result:

The expected result is a clear, functional announcement: "Select Language, button." (and, if expanded, would announce the state).

Actual Result:

TalkBack announces the control as: "[Language Name], edit box, disabled." (e.g., "English, edit box, disabled.")

Area issue was found in:

Sign in

Failed WCAG checkpoints

WCAG 4.1.2 Name, Role, Value
https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

User impact:

Providing role, state, and value information on all user interface components enables compatibility with assistive technology, such as screen readers, screen magnifiers, and speech recognition software, used by people with disabilities.

Suggested resolution:

Remove the disabled state as the control is interactive.
https://reactnative.dev/docs/accessibility#accessibilitystate

Use a descriptive accessibilityLabel, e.g.:

Use the combobox role.
https://reactnative.dev/docs/accessibility#accessibilityrole

Environment:

Samsung Galaxy S24 Ultra - Android 14, Partner - Native (No mobile browser)

Screenshots/Videos

Image
Bug7005061_1763226988190.Incorrect_announcement_of_the__Language__dropdown.mp4

Version Number: Production
Reproducible in staging?: NA
Reproducible in production?: Yes
Email or phone of affected tester (no customers): No
Logs: https://stackoverflow.com/c/expensify/questions/4856 NA
Notes/Photos/Videos: Any additional supporting documentation Yes
Expensify/Expensify Issue URL: https://platform.applause.com/company/12102/products/36628/community-issues/7005061
Issue reported by: NA
Slack conversation: NA

Metadata

Metadata

Assignees

No one assigned

    Labels

    AccessibilityIssues affecting WACG accessibility on any platform.MonthlyKSv2ReviewingHas a PR in review

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions