-
Bug
-
Resolution: Fixed
-
Low
-
7.2.0, 9.0.1
-
Severity 3 - Minor
-
Issue Summary
The text input field has a missing label for adding a script.
Steps to Reproduce
- In the Header section, select Create and Click on "Create plan".
- In the Create plan section Select "Add task".
- In the Task modal, search for Script and add it.
- Keeping the screen reader on, navigate to the Script body text input field.
Actual Results
In the script task detailing section, the "Script body" text input field has a missing label. This makes it the screen reader user difficult to understand the purpose of the input field.
Expected Results
Provide an aria-label="Script body" to the <text> element and ensure the screen reader announces the input field appropriately.
Screenshot
Workaround
The label could also be associated with the text field with for and id.
Bug Ref: 459493