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.56k stars 267 forks source link

fix(ui5-menu): fix focus steal of ui5-wizard in mozilla #9845

Closed hinzzx closed 1 month ago

hinzzx commented 2 months ago

Previously in Mozilla Firefox browser the ui5-menu was 'stealing' the focus of the ui5-wizard resulting in scroll back through the steps. The problem occured when the ui5-wizard contained a menu, with or without ui5-menu-item, and sub-menus. The reason was due to some timing issue, when executing the _createSubMenu() --then--> _openItemSubMenu() methods in the ui5-menu.

Before

2024-09-11_14-09-24

After

2024-09-11_14-16-35

Fixes: #8544

ui5-webcomponents-bot commented 2 weeks ago

:tada: This PR is included in version v1.24.12 :tada:

The release is available on v1.24.12

Your semantic-release bot :package::rocket: