-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Bug
Copy link
Labels
Medium PrioSAP SFTOPIC CorebugThis issue is a bug in the codeThis issue is a bug in the codereleased
Description
Bug Description
SHIFT
+ F6
does not work" in case it contains nested fast nav group elements as below:
<div data-sap-ui-fastnavgroup="true">
<div data-sap-ui-fastnavgroup="true">
<div data-sap-ui-fastnavgroup="true">
<Button>Button 1</Button>
</div>
</div>
</div>
<div data-sap-ui-fastnavgroup="true">
<Button>Button 2</Button>
</div>
Affected Component
No response
Expected Behaviour
SHIFT
+ F6
(reserved fast navigation) should work in case it contains nested fast nav group elements
Isolated Example
https://stackblitz.com/edit/github-entmrtfv?file=src%2FApp.tsx,index.html
Steps to Reproduce
- Go to https://stackblitz.com/edit/github-entmrtfv?file=src%2FApp.tsx,index.html
- Press
SHIFT
+F6
to navigate focus through buttons - Focus is getting stuck on "Button 1"
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
2.13.2
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
No response
Declaration
- I’m not disclosing any internal or sensitive information.
Metadata
Metadata
Assignees
Labels
Medium PrioSAP SFTOPIC CorebugThis issue is a bug in the codeThis issue is a bug in the codereleased
Type
Projects
Status
Completed