SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.5k stars 260 forks source link

[SF] [F6Navigation]: F6 fast navigation is not working as expected when there're multiple ui5 webcomponents (@ui5/webcomponents-base to be precise) bundles running in a page #9795

Closed 2bno1 closed 5 days ago

2bno1 commented 1 week ago

Bug Description

Our page consists of several widgets. Each widgets is built on separate ui5 webcomponents. So finally there may be several ui5 webcomponents bundles running in one page.

In this case, fast navigation via F6 is not working as expected.

For example, there're 6 fast navigation groups in the page: G1, G2, ...G6 and there're two ui5 webcomponents bundles running. For every F6 strike, it will skip one more navigation groups than normal, so the navigation sequence may be G1 -> G3 -> G5 -> G1 ...

Affected Component

F6Navigation

Expected Behaviour

The expected behavior is that for each F6 strike, it move to next fast navigation group: G1 -> G2 -> G3 ...

Isolated Example

No response

Steps to Reproduce

It's a little difficult to provide a reproduced sample as we need to make multiple ui5 webcomponents bundles in one page.

Log Output, Stack Trace or Screenshots

No response

Priority

Medium

UI5 Web Components Version

1.23.1

Browser

Chrome

Operating System

No response

Additional Context

No response

Organization

No response

Declaration

kskondov commented 1 week ago

Hello @2bno1,

Thanks for reporting the issue but with the information provided we will not be able to investigate and find a solution, so in order to speed up the processing of the issue please provide a sample.

Best Regards

nnaydenow commented 1 week ago

Hi @kskondov,

I've managed to reproduce the issue and I'll take it.