googlearchive / iron-signals

Publish-subscribe functionality
14 stars 16 forks source link

Only the event handler of the first iron-signals element getting fired when used with Polymer 2 #20

Open sushantbs opened 7 years ago

sushantbs commented 7 years ago

Description

When using iron-signals with Polymer 2 in Chrome, when multiple components are subscribing to the same signal, only the first element (in the order of attach) is able to respond to the event.

Expected outcome

All the iron-signals elements should be able to respond to the relevant signal when it is triggered.

Actual outcome

Only the handler of first iron-signals element is triggered.

Browsers Affected