You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tap the NEW (green plus) button on the bottom left of the screen.
Open the folder with the desired file on your computer.
Drag a photo from the folder to the chat room.
Notice that opened menu closed and user can drop file to the chat.
Observe the status of file sent is not announced by Screen Reader.
Expected Result:
File sent/uploaded information should be announced by Screen Reader
Actual Result:
File sent/uploaded information is not announced by Screen Reader
Workaround:
Yes
Area issue was found in:
Chat Section
Failed WCAG checkpoints
4.1.3
User impact:
When status messages are not programmatically indicated, users of assistive technology, such as screen readers, may be unaware of the status change.
Suggested resolution:
Assign appropriate roles or properties to status messages so that the new content is spoken by screen readers.
The aria-live property can be used to notify assistive technology when messages are injected into a live region container. Special case live region roles, such as role="alert", role="status", role="progressbar", role="log" etc., can also be used instead of applying live region properties directly. Developers should avoid the use of role="alert" or aria-live="assertive" as it may interrupt the user's text-to-speech.
Action Performed:
Expected Result:
File sent/uploaded information should be announced by Screen Reader
Actual Result:
File sent/uploaded information is not announced by Screen Reader
Workaround:
Yes
Area issue was found in:
Chat Section
Failed WCAG checkpoints
4.1.3
User impact:
When status messages are not programmatically indicated, users of assistive technology, such as screen readers, may be unaware of the status change.
Suggested resolution:
Assign appropriate roles or properties to status messages so that the new content is spoken by screen readers.
The aria-live property can be used to notify assistive technology when messages are injected into a live region container. Special case live region roles, such as role="alert", role="status", role="progressbar", role="log" etc., can also be used instead of applying live region properties directly. Developers should avoid the use of role="alert" or aria-live="assertive" as it may interrupt the user's text-to-speech.
Refer:
https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA22.html
Platform:
Version Number:v1.1.76-2
**Reproducible in staging?:Yes
**Reproducible in production?:Yes
**Issue reported by:Sumit
status.of.file.sent.mp4
The text was updated successfully, but these errors were encountered: