wordpress-mobile / wordpress-mobile/AztecEditor-iOS
Unable to determinate toolbar button status programatically
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 669
- Forks
- 153
- Avg merge
- 11h 27m
- Merged PRs (30d)
- 4
Description
For automated tests (and for VoiceOver users) we need to be able to check toolbar status programmatically. For this, we can change expand button label to reflect it's status i.e. formatToolbarButton && formatToolbarButtonExpanded
Also, toolbar expand button don't have an accessibility selector, which makes it hard to locate.
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
Locate the toolbar expand button implementation and inspect how its label and accessibility properties are set. Update the label so expanded and collapsed states are distinguishable and add an accessibility selector; done means automated tests and VoiceOver users can identify the button and its current status.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- accessibility, mobile
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100