You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With JAWS, When user navigate with Tab key on all the input field until reaching Cancel button -> After press Shift+Tab and continue tabbing until reaching the FileUploader Input Upon pressing the Shift+Tab key again -> Observe that the focus skips the input field, resulting in an incorrect tab order.
Affected Component
ui5-file-uploader
Expected Behaviour
The tabbing order defined on the page is logical and tab order should not get trapped, Also user should be able to tab through the entire page and shift+tab back in the same reverse order.
ksblklu02
changed the title
[SF][FileUploader]: Input is skipped in the reverse tabbing order in the dialog
[SF_ACC][FileUploader]: Input is skipped in the reverse tabbing order in the dialog
May 30, 2024
When ui5-file-uploader without button but just an input field is placed within a dialog as a first element, it receives focus which I think is not expected, as it does not receive focus in any other use case. On backward navigation the same component is not focused.
Here is a sample: Playground
The issue can be reproduced in the provided StackBlitz sample as well.
Bug Description
With JAWS, When user navigate with Tab key on all the input field until reaching Cancel button -> After press Shift+Tab and continue tabbing until reaching the FileUploader Input Upon pressing the Shift+Tab key again -> Observe that the focus skips the input field, resulting in an incorrect tab order.
Affected Component
ui5-file-uploader
Expected Behaviour
The tabbing order defined on the page is logical and tab order should not get trapped, Also user should be able to tab through the entire page and shift+tab back in the same reverse order.
Isolated Example
https://stackblitz.com/edit/github-utmbsj?file=src%2FApp.tsx
Steps to Reproduce
Log Output, Stack Trace or Screenshots
No response
Priority
Medium
UI5 Web Components Version
1.24.0
Browser
Chrome
Operating System
Mac OS
Additional Context
No response
Organization
SAP SuccessFactors
Declaration
The text was updated successfully, but these errors were encountered: