-
Notifications
You must be signed in to change notification settings - Fork 273
ui5-textarea: Required field is not informed when keyboard tab focus is set on Activity Name field #2374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Dear @GongRichard, Unfortunately , I am not able to access your application. I checked the described issue in the available samples:
For testing purposes, I used JAWS19 + Chrome, navigating via TAB (virtual cursor off) Could you please check once again if the issue still persist from your side and if so, please reopen the incident and allow access to your application. Regards, |
@niyap , this issue still can be reproduced by SF A11Y team, please have a check. The above page can access now. Hello Richard, I revalidated and issue still exist and JAWS does not announce 'required' when focused with TAB key. Many screen reader user do navigate page with TAB key so this issue needs to be taken into consideration. For reference - I edited the html code, just added required inside <textarea> and JAWS did announced as 'required'. Please find attached screenshot for reference. By adding 'required' inside the <textarea> element may resolve the issue. Thanks, Preeti DEshmukh |
Hello @GongRichard, I am a little bit confused. Now, the application is accessible but I was not able to reproduce the issue. Could you please give me detailed information, how do you manage to reproduce it? Thank you in advance! Kind Regards, |
@niyap this was tested by SF A11Y quality team. What's your sap internal email address? I send email to you and our SF QA. |
Hello @GongRichard, My email is: [email protected] Kind Regards, |
Niya has confirmed with SF QA, this is not an issue. |
Describe the bug
Required field is not informed when keyboard tab focus is set on Activity Name field
To reproduce
Steps to reproduce the behavior:
Actual Results
When focus is set on 'Activity Name' textarea with tab key, JAWS doesn't announce it as required field.
Note : In forms mode, with arrow keys navigation the field is announced as required. aria-required="true" is used.
Expected behavior
When form fields are navigated using keyboard tab key, the Activity Name input field which is mandatory field should be announced as required by JAWS.
Tested with other screen reader NVDA and NVDA does announce input form field as 'required'. Please find the attached recording for NVDA and JAWS screen reader.
The textarea tag along with required and aria-required was tested in w3.org and JAWS was announcing the required field correctly with TAB key. Please find the attached screenshot.
Suggestion : Instead of using both attributes 'required' and' aria-required' try using only one and test with JAWS.
Screenshots





Context
Organization:
SF
Priority:
Medium
The text was updated successfully, but these errors were encountered: