bug(StorageManager/a11y): Upload status is not announced to screen readers #5317
Labels
accessibility
Bugs or features related to accessibility
bug
Something isn't working
React
An issue or a feature-request for React platform
StorageManager
StorageManager related issue of feature request
Before creating a new issue, please confirm:
On which framework/platform are you having an issue?
React
Which UI component?
Storage (Storage Manager)
How is your app built?
Next.js
What browsers are you seeing the problem on?
No response
Which region are you seeing the problem in?
No response
Please describe your bug.
The change in upload status when uploading a file is not announced to screen readers. I'd expect to hear "Upload in progress", "Uploaded", "Failed upload", etc. when I file's upload status changes.
Some considerations:
aria-live="polite"
since there can be multiple file uploads happening at a time.What's the expected behaviour?
I can hear the file upload status change when it happens via a screen reader.
Help us reproduce the bug!
Using a screen reader, upload a file using StorageManager and note that there is no status update announced. You likely just hear the upload button announced since it receives focus after the OS dialog closes after choosing a file.
Code Snippet
// Put your code below this line.
Console log output
No response
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: