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
This is might be due to the second dialog being added as a child of the first dialog, and then being moved into the overlay of the first dialog, which causes it to briefly disconnect and then reconnect to the DOM. Dialogs close when being disconnected from the DOM, and reopen when being reconnected. All of those would trigger respective events: first opened from being added to the dialog, then closed from being removed from the dialog, then opened again from being added to the overlay.
Description
When a dialog is opened from another dialog, it fires
OpenedChangeEvent
multiple times.Expected outcome
OpenedChangeEvent
is fired once even if a dialog is opened from another dialog.Minimal reproducible example
Steps to reproduce
OpenedChangeEvent
is fired onceOpenedChangeEvent
is fired multiple timesEnvironment
Vaadin version(s): 24.0.5
OS: MacOS 13.1, Windows 10
Browser: Chrome Version 113.0.5672.126 (Official Build) (x86_64), Safari Version 16.2 (18614.3.7.1.5), FireFox 113.0.2 (64-bit)
Browsers
Chrome, Firefox, Safari
The text was updated successfully, but these errors were encountered: