We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The "Accept" and "Cancel" buttons when adding text do not have accessible names.
In the accessibility tree: You'll notice that the elements have a title attribute, but no ARIA attributes.
title
Painterro version 1.2.87
To Reproduce Steps to reproduce the behavior:
Expected behavior The "Accept" and "Cancel" buttons for text entry should have accessible names.
Screenshots See above
Browser Chrome 122
The text was updated successfully, but these errors were encountered:
Oh wow, thabks, did not know about it, feel free to add pull request with this aria stuff for all buttons, I will merge
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The "Accept" and "Cancel" buttons when adding text do not have accessible names.
In the accessibility tree:
You'll notice that the elements have a
title
attribute, but no ARIA attributes.Painterro version
1.2.87
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The "Accept" and "Cancel" buttons for text entry should have accessible names.
Screenshots
See above
Browser
Chrome 122
The text was updated successfully, but these errors were encountered: