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 causing problems, for example when a paper-dropdown-menu resides within a dialog. Hitting the 'esc' key when the dropdown menu is focused should only close the dropdown menu, but not the dialog. This is affecting Chrome's new Settings page, see https://bugs.chromium.org/p/chromium/issues/detail?id=638518.
No, this is different, as the request is to have the overlay stop the event's propagation. @freshp86@danbeamiron-overlay-behavior already provides the event iron-overlay-canceled which detail is the source event. You could listen to that event and stop the propagation yourself too event.detail.stopPropagation()
See repro at https://jsfiddle.net/no958fqr/.
This is causing problems, for example when a paper-dropdown-menu resides within a dialog. Hitting the 'esc' key when the dropdown menu is focused should only close the dropdown menu, but not the dialog. This is affecting Chrome's new Settings page, see https://bugs.chromium.org/p/chromium/issues/detail?id=638518.
/cc @danbeam
The text was updated successfully, but these errors were encountered: