wordpress-mobile / wordpress-mobile/WordPress-Android

Accessibility: Floating buttons on "My site" view

Open
#10,828 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

[Status] Stale [Type] Enhancement /My site Accessibility
Dominant language
Kotlin
Stars
3.2k
Forks
1.4k
Avg merge
1d 11h
Merged PRs (30d)
69

Description

Hi, I am analyzing the accessibility and I found an issue with these floating buttons.

image

These buttons are unlabeled right now and the screen reader just said "unlabeled button" without any description.

I suggest adding a new string to the "strings.xml" file and then create the attribute "android.contentDescription" on each button with the reference to the new string to make these buttons more accessible :)

I tested that on the "stats" button and this is the result of running the accessibility scanner after that change:

image

Tested on Xiaomi Mi9T, Android 9

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in the My site view and identify the floating buttons, including the stats button; inspect strings.xml and run an accessibility scanner or screen reader. Done means each floating button has a string-backed android.contentDescription and is no longer reported as an unlabeled button.

Written by the indexing model from the issue text.

Assessment

Tech stack
android
Domain
accessibility, mobile
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.