wordpress-mobile / wordpress-mobile/WordPress-Android
Accessibility: Floating buttons on "My site" view
Nobody has claimed this yet.
- 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.

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:

Tested on Xiaomi Mi9T, Android 9
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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