-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 4.20.0
-
Component/s: Accessibility
-
Severity 2 - Major
Issue Summary
Status message is not automatically announced by the screen reader.
Element Name: Please enter 1 more character
Location of the element: Raise this request on behalf of field->activate it
Issue details: Suggested search/default suggestion available on combo box is not being announced automatically.
Note: Similar issue observed on Approvers field, Affected server field.
Tested URL
https://instenv-5971-nizh.instenv.atl-test.space/servicedesk/customer/portal/1/create/35
Steps to Reproduce
- Step 1
Actual Results
Actual results
Expected Results
Fix Information
RULE :
aria-hidden="true" MUST NOT be used on content that screen readers need to access.
HOW TO FIX:
Fix this issue by using ONE of the following techniques:
1. Remove the aria-hidden attribute.
2. Provide the same information or functionality in another way that is accessibile to assistive technologies.
NOTE: Using aria-hidden="false" on content that is a descendent of an element that is hidden using aria-hidden="true" will NOT expose that content to the accessibility API and it will not be accessible to screen readers or other assistive technologies.
REFERENCE:
ARIA Specification: https://www.w3.org/TR/wai-aria-1.1/#aria-hidden
BACKGROUND:
Using the aria-hidden="true" attribute on an element removes the element and ALL of its child nodes from the accessibility API making it completely inaccessible to screen readers and other assistive technologies. Aria-hidden may be used with extreme caution to hide visibly rendered content from assistive technologies only if the act of hiding this content is intended to improve the experience for users of assistive technologies by removing redundant or extraneous content. If aria-hidden is used to hide visible content from screen readers, the identical or equivalent meaning and functionality must be provided to assistive technologies in another way.
Screenshot
Screen Recording
screen recording
Workaround
workaround
Bug Ref: 744592
Bulldog Ref: JSMDC-12714
- is blocked by
-
JSMDC-12714 Loading...
- is resolved by
-
A11Y-180 Loading...