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
There is a logic in the patchPopup.ts that manages the focus in mixed scenarios of openui5 popups and web components popups. The function patchFocusEvent makes web components work when embedded in openui5 popups, but it breaks when openui5 popups are embedded in web component popups
A specific example:
<ui5-dialog>
sap.m.Select
a sap.m.Select opens a popover, but you cannot select from it when it is inside a <ui5-dialog>
Declaration
I’m not disclosing any internal or sensitive information.