predixdesignsystem / px-breadcrumbs

https://www.predix-ui.com/#/elements/px-breadcrumbs
Apache License 2.0
0 stars 2 forks source link

Normalize event root target for dropdown change event #15

Closed davidrleonard closed 6 years ago

davidrleonard commented 6 years ago

When real shadow DOM is on, the event.target of this listener changes from the dropdown to the breadcrumbs component. This is because of shadow DOM event retargeting. To solve this, we use Polymer to normalize the event and get the real root target, px-dropdown, whether we are in shadow DOM or shady DOM.