-
-
Notifications
You must be signed in to change notification settings - Fork 343
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: Screen reader not describing selection area action #537
Comments
Hey I'd like to improve it, however I'm no expert so if you have any suggestions about how it can be improved please let me know/link to the resource |
Here are some of the specifications we received from the accessibility team to make our site more accessible using the cropping tool. Test Environment: Step 1: Step 1: Enable NVDA and Open the page where the control is used Actual Result: Expected Result: MAS Reference: |
Also, I've been reading your documentation and examples, and is there a way to show the current dimensions of the image in the cropping box? For example, I drag the bottom right corner of the box and the dimensions visibly change for the height and width? |
Hi! I also encounter some accessibility issues. My problem was that while NVDA was enabled, navigating by keyboard was not possible - NVDA intercepted all arrow keys actions. My workaround was to add wrapper for , wrap it with div that has
I also added screen reader annoucements to onChange event in @dominictobias it would be great to have that kind of functionalities built-in. I would also ask for option to change content of the aria-labels and messages, because I need to translate them to different language than English and I'm looking for a workaround for that too :) |
@nkuczma I forgot to document but As for the other stuff if either of you have concrete suggestions of what to change (or raise a PR) that would be great as I'm not clued up on this stuff and tbh not inclined to install accessibility tools myself and figure it out (i.e. exactly what should change in the html and how to do transient stuff on events) |
Hello. Thank you for your contributions to this great tool.
We are facing an accessibility issue on changing the selection area (Moving position or Enlarging/Decreasing the image region). The screen reader is not announcing respective information about the action occurred. I see the default accessibility labels being called out, but actions like increasing or decreasing image area or dragging the cursor are not being announced. We are using v9.0.2, and I see that accessibility implementation in the latest version is not too different from what we have. Do you have any plans on improving the accessibility of this library? I've been researching and I am not sure if this is a known issue?
Any help would be appreciated. Thank you!
The text was updated successfully, but these errors were encountered: