-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
5.11.0
-
Severity 2 - Major
-
Issue Summary
On "object schemas" page, the error messages such as "name is required", "key is required", etc. (which becomes available on activating "create object schemas> next" button are not announced by screen reader.
Steps to Reproduce
- Open object schemas page
- Navigate to "Create Object" interactive element and activate it.
- Navigate to next button and activate it.
- In the modal dialog, inspect the input fields and observe that the error messages are not announced by screen reader.
Screenshot
Actual Results
There are different input fields such as "name", "key", etc. (that appears on activating "create object schemas> next button)with the error messages like “name is required", "key is required. These error messages gets visually pinned to the input fields. However, these error messages are not announced for the screen reader users. As a result, screen reader users are unaware of the occurrence of errors on the page.
Expected Results
Add the aria-describedby attribute to the "name" and "key" form field. The value should match the "id" attribute of the error message. Make sure that when an error message gets added to the page the screen reader users are conveyed the message.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
Environment
MacBook Pro (14-inch, 2021)
macOs Ventura 13.4
Chrome - Version 114.0.5735.106 (Official Build) (arm64)
Firefox- Version 112.0. 1
Safari- Version 16.5 (18615.2.9.11.4)
JAWS- Version 2023
NVDA- Version 2023
Voiceover - Version Latest
- links to
- mentioned in
-
Page Loading...