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
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
These events (iron-overlay-opened, iron-overlay-closed) are bubbling by design, and changing this would be a breaking change.
You can observe the event's root target to see who fired it, e.g.
onOverlayClosed: function(event){vartarget=Polymer.dom(event).rootTarget;if(target.localName==='paper-dialog'){// do things
Description
The
paper-toast
element placed insidepaper-dialog
triggeron-iron-overlay-closed
callback on when dismissed.Expected outcome
This should not be triggered.
Actual outcome
Dialog on-iron-overlay-closed callback got triggered
Steps to reproduce
paper-toast
element inside a paper-dialog.on-iron-overlay-closed
callback on paper-dialog with console.log.Browsers Affected
//below not tested
The text was updated successfully, but these errors were encountered: