Closed
Description
Describe the bug
When the tab container is hidden on the Object page and we use the F6 key to navigate through the content, the first interactive element of the FormGroup is not receiving focus, even though the data-sap-ui-fastnavgroup="true"
property is present on the <FormGroup>
element. Instead, the focus moves to the next element on the page.
Isolated Example
No response
Reproduction steps
- Log into qacand (credentials provided here).
- Click on "My Employee File" from the module switcher
- Go to Personal Data -> "Emergency Contact" card -> Click on the "View all" link
- Perform the group skipping via F6 key and observe that focus does not move to the 'John Wang' section's fom group "Emergency Contact" & "Home Address" forms
Expected Behaviour
When the tab container is hidden on the Object page and the data-sap-ui-fastnavgroup="true"
attribute exists on the <FormGroup>
element, F6 navigation should go to the first interactive element of each form.
Screenshots or Videos
Group.skipping.not.working.mov
UI5 Web Components for React Version
2.12.0
UI5 Web Components Version
2.12.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
Organization
No response
Declaration
- I’m not disclosing any internal or sensitive information.