-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 5.11.0
-
Component/s: Accessibility
-
Severity 3 - Minor
Issue Summary
On the “Create object type ” and "Copy: " modal dialog the instruction message present for the "Name", "Key" and "Copy as" input fields are not programmatically associated with its input field.
Steps to Reproduce
- Open "In-ITSM" page.
- Navigate to "create object type" button and activate it.
- Observe that the instruction is not associated with the input fields.
Screenshot

Actual Results
While navigating to the "Name", "description" and "Copy as" input fields in the “Create object types ” and "Copy: " modal dialog. the instruction message such as “Max. 50 characters” and so on (which is present just below the input field) is not announced for screen reader users.
As a result screen reader users will be unaware of what input data is expected if the instruction message is not announced by the screen reader.
Expected Results
The instruction message present for the mentioned input fields should be rendered by the screen reader so that it should be programmatically associated.
Provide a unique id to the input field which has the instruction message/text. Provide an aria describedby attribute to its respective input field and reference the “id” of the input field to it
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