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.51k stars 263 forks source link

fix(Popup): correct "open" event #9298

Closed nnaydenow closed 3 months ago

nnaydenow commented 3 months ago

Before, the ui5-open event is fired even if the component was not part of the DOM. Now, the ui5-open event is fired only if the component is still in the DOM tree.

Example: Component is detach from the DOM during execution of openPopup function which is waiting renderFinished to be done.