Open jarrodek opened 8 years ago
If I am not mistaken, the iron-activate
event is only fired when the selection came from the activateEvent
, the doc of IronSelectableBehavior is just not clear about that.
Right now it's only possible to use on-iron-select
or on-iron-deselect
due to the described bug above. Is there a schedule for this bug fix?
The
neon-animated-pages
do not fireiron-activate
when selected property change.Expected outcome
When the selection for
neon-animated-pages
changeon-iron-activate
handler should be called.Actual outcome
Nothing happens.
Steps to reproduce
1) Code similar to PSK index.html page but
iron-pages
is replaced withneon-animated-pages
:In app.js:
2) Change
route
value toa
orb
:3) You'll see only two events In the console:
iron-deselect
andiron-select
. But noiron-activate
. Since - according to docs -iron-activate
is the only event that can be canceled it is crucial to have it working.