Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility identifier of reset button uses icon name #506

Open
honkmaster opened this issue Dec 20, 2021 · 0 comments
Open

Accessibility identifier of reset button uses icon name #506

honkmaster opened this issue Dec 20, 2021 · 0 comments
Assignees
Labels

Comments

@honkmaster
Copy link

Describe the bug
The accessibility identifier of the reset button in the CropViewController read as "arrow.counterclockwise".
The other buttons e.g. the rotate right button read as "rotate right".
With the reset button, one can assume that the name of the icon is used as the identifier.

To Reproduce
Use CropViewController within XCTest.

Expected behavior
The accessibility identifier should read as "reset" or similar.
It would be even better if the identifier was something like "cropViewController.buttons.reset" and the accessibility label "reset".

Screenshots
If applicable, add screenshots to help explain your problem.

iOS Device:
Does not apply.

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants